From 9f114e9867a271efbba035466bd064bc89774d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 13 Nov 2023 11:17:38 +0800 Subject: [PATCH] hotfix/2.9.42311.02 --- .../hrmSalary/pages/mobilePayroll/pwdCondtion.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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,