diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js b/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js index 95140f16..5cb571e6 100644 --- a/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js +++ b/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js @@ -15,7 +15,10 @@ export const loginCondition = [ labelcol: 6, detailtype: 1, rules: "required|string", - viewAttr: 3 + viewAttr: 3, + otherParams: { + type: "password" + } } ], title: "", @@ -36,7 +39,10 @@ export const condition = [ labelcol: 6, detailtype: 1, rules: "required|string", - viewAttr: 3 + viewAttr: 3, + otherParams: { + type: "password" + } }, { colSpan: 1, @@ -47,7 +53,10 @@ export const condition = [ labelcol: 6, rules: "required|string", viewAttr: 3, - detailtype: 1 + detailtype: 1, + otherParams: { + type: "password" + } }, { colSpan: 1,