Merge branch 'feature/230701-工资单移动端查看二次密码验证设置' into release/2.8.3.2307.01

This commit is contained in:
黎永顺 2023-07-13 15:24:37 +08:00
commit 1747e983e4
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,