diff --git a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/components/conditions.js b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/components/conditions.js index e9f99ec3..cf90419d 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/components/conditions.js +++ b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/components/conditions.js @@ -6,7 +6,7 @@ export const dataConditions = [ conditionType: "MONTHPICKER", domkey: ["salaryMonth"], fieldcol: 16, - label: "薪资所属月", + label: "费用所属期", lanId: 111, labelcol: 6, rules: "required|string", diff --git a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/layout.js b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/layout.js index 6911a3f9..8f73ba1f 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/layout.js +++ b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/layout.js @@ -61,7 +61,7 @@ class Layout extends Component { onDropMenuClick={key => listRef.handleOperate(key)}>
- + onChange({ ...query, salaryMonth: value, isQuery: !isQuery })}/>