diff --git a/pc4mobx/hrmSalary/pages/payroll/index.js b/pc4mobx/hrmSalary/pages/payroll/index.js
index 38a5eba4..dfe0fa4c 100644
--- a/pc4mobx/hrmSalary/pages/payroll/index.js
+++ b/pc4mobx/hrmSalary/pages/payroll/index.js
@@ -286,7 +286,7 @@ export default class Payroll extends React.Component {
viewcondition: "1"
},
{
- title: getLabel(111, "工资单模板基础设置"),
+ title: getLabel(111, "工资单基础设置"),
viewcondition: "2"
}
];
diff --git a/pc4mobx/hrmSalary/pages/payroll/index.less b/pc4mobx/hrmSalary/pages/payroll/index.less
index 2c05bd82..e0f417dd 100644
--- a/pc4mobx/hrmSalary/pages/payroll/index.less
+++ b/pc4mobx/hrmSalary/pages/payroll/index.less
@@ -27,7 +27,7 @@
border-bottom: 1px solid #e5e5e5;
.wea-input-number {
- width: inherit !important;
+ width: 80px !important;
margin: 0 10px;
}
}
diff --git a/pc4mobx/hrmSalary/pages/payroll/templateBaseSettings.js b/pc4mobx/hrmSalary/pages/payroll/templateBaseSettings.js
index f894b6b3..6cd7f5b6 100644
--- a/pc4mobx/hrmSalary/pages/payroll/templateBaseSettings.js
+++ b/pc4mobx/hrmSalary/pages/payroll/templateBaseSettings.js
@@ -180,6 +180,10 @@ class TemplateBaseSettings extends Component {
}
})}/>
{getLabel(111, "个月内的工资单")}
+