hotfix/2.9.42311.02
This commit is contained in:
parent
28c50dc563
commit
9f114e9867
|
|
@ -15,7 +15,10 @@ export const loginCondition = [
|
|||
labelcol: 6,
|
||||
detailtype: 1,
|
||||
rules: "required|string",
|
||||
viewAttr: 3
|
||||
viewAttr: 3,
|
||||
otherParams: {
|
||||
type: "password"
|
||||
}
|
||||
}
|
||||
],
|
||||
title: "",
|
||||
|
|
@ -36,7 +39,10 @@ export const condition = [
|
|||
labelcol: 6,
|
||||
detailtype: 1,
|
||||
rules: "required|string",
|
||||
viewAttr: 3
|
||||
viewAttr: 3,
|
||||
otherParams: {
|
||||
type: "password"
|
||||
}
|
||||
},
|
||||
{
|
||||
colSpan: 1,
|
||||
|
|
@ -47,7 +53,10 @@ export const condition = [
|
|||
labelcol: 6,
|
||||
rules: "required|string",
|
||||
viewAttr: 3,
|
||||
detailtype: 1
|
||||
detailtype: 1,
|
||||
otherParams: {
|
||||
type: "password"
|
||||
}
|
||||
},
|
||||
{
|
||||
colSpan: 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue