二次密码设置

This commit is contained in:
黎永顺 2023-07-13 15:23:38 +08:00
parent a13f31eefa
commit 626f8721fb
1 changed files with 4 additions and 2 deletions

View File

@ -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,