custom/领悦业务线

This commit is contained in:
lys 2025-03-05 17:40:36 +08:00
parent ce26eadb13
commit c231ad078d
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ export const dataConditions = [
conditionType: "MONTHPICKER",
domkey: ["salaryMonth"],
fieldcol: 16,
label: "薪资所属月",
label: "费用所属期",
lanId: 111,
labelcol: 6,
rules: "required|string",

View File

@ -61,7 +61,7 @@ class Layout extends Component {
onDropMenuClick={key => listRef.handleOperate(key)}>
<div className="lingyue-body">
<div className="lingyue-query">
<WeaFormItem label={getLabel(111, "薪资所属月")} labelCol={{ span: 8 }} wrapperCol={{ span: 16 }}>
<WeaFormItem label={getLabel(111, "费用所属期")} labelCol={{ span: 8 }} wrapperCol={{ span: 16 }}>
<WeaDatePicker format="YYYY-MM" value={salaryMonth}
onChange={value => onChange({ ...query, salaryMonth: value, isQuery: !isQuery })}/>
</WeaFormItem>