二次密码设置
This commit is contained in:
parent
a13f31eefa
commit
626f8721fb
|
|
@ -37,7 +37,8 @@ export const condition = [
|
|||
labelcol: 6,
|
||||
detailtype: 3,
|
||||
rules: "required|string",
|
||||
viewAttr: 3
|
||||
viewAttr: 3,
|
||||
type: "password"
|
||||
},
|
||||
{
|
||||
colSpan: 1,
|
||||
|
|
@ -47,7 +48,8 @@ export const condition = [
|
|||
label: getLabel(511112, "确认密码"),
|
||||
labelcol: 6,
|
||||
rules: "required|string",
|
||||
viewAttr: 3
|
||||
viewAttr: 3,
|
||||
type: "password"
|
||||
},
|
||||
{
|
||||
colSpan: 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue