diff --git a/pc4mobx/hrmSalary/components/captchaModal/index.js b/pc4mobx/hrmSalary/components/captchaModal/index.js index 87da6745..ac98046b 100644 --- a/pc4mobx/hrmSalary/components/captchaModal/index.js +++ b/pc4mobx/hrmSalary/components/captchaModal/index.js @@ -97,9 +97,9 @@ class Index extends Component { >
@@ -120,4 +120,4 @@ class Index extends Component { } } -export default Index; +export default Index; \ No newline at end of file diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js b/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js index 159807e0..b2ad884f 100644 --- a/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js +++ b/pc4mobx/hrmSalary/pages/mobilePayroll/pwdCondtion.js @@ -8,9 +8,9 @@ export const captchaCondition = [ colSpan: 1, conditionType: "INPUT", domkey: ["mobileCode"], - fieldcol: 18, - label: getLabel(111, "验证码"), - labelcol: 6, + fieldcol: 14, + label: getLabel(111, "请输入短信验证码"), + labelcol: 10, detailtype: 1, rules: "required|string", viewAttr: 3 @@ -92,4 +92,4 @@ export const condition = [ title: "", defaultshow: true } -]; +]; \ No newline at end of file