Merge branch 'feature/230701-工资单移动端查看二次密码验证设置' into release/2.8.3.2307.01
This commit is contained in:
commit
1747e983e4
|
|
@ -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