hotfix/2.9.42311.02
This commit is contained in:
parent
a21982bf62
commit
28c50dc563
|
|
@ -13,9 +13,8 @@ export const loginCondition = [
|
|||
fieldcol: 18,
|
||||
label: getLabel(388431, "登录密码"),
|
||||
labelcol: 6,
|
||||
detailtype: 3,
|
||||
detailtype: 1,
|
||||
rules: "required|string",
|
||||
type: "password",
|
||||
viewAttr: 3
|
||||
}
|
||||
],
|
||||
|
|
@ -35,10 +34,9 @@ export const condition = [
|
|||
fieldcol: 18,
|
||||
label: getLabel(409, "密码"),
|
||||
labelcol: 6,
|
||||
detailtype: 3,
|
||||
detailtype: 1,
|
||||
rules: "required|string",
|
||||
viewAttr: 3,
|
||||
type: "password"
|
||||
viewAttr: 3
|
||||
},
|
||||
{
|
||||
colSpan: 1,
|
||||
|
|
@ -49,7 +47,7 @@ export const condition = [
|
|||
labelcol: 6,
|
||||
rules: "required|string",
|
||||
viewAttr: 3,
|
||||
type: "password"
|
||||
detailtype: 1
|
||||
},
|
||||
{
|
||||
colSpan: 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue