custom/领悦业务线
This commit is contained in:
parent
ce26eadb13
commit
c231ad078d
|
|
@ -6,7 +6,7 @@ export const dataConditions = [
|
|||
conditionType: "MONTHPICKER",
|
||||
domkey: ["salaryMonth"],
|
||||
fieldcol: 16,
|
||||
label: "薪资所属月",
|
||||
label: "费用所属期",
|
||||
lanId: 111,
|
||||
labelcol: 6,
|
||||
rules: "required|string",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue