perf: 客服: 小组多选

feature/hotel-cruise
Lei OT 11 months ago
parent b5115a8d1e
commit 93766a28b6

@ -30,7 +30,7 @@ const AgentGroupCount = () => {
},
shows: ['agency', 'DateType', 'DepartmentList', 'countryArea', 'dates'],
fieldProps: {
DepartmentList: { show_all: true },
DepartmentList: { show_all: true, mode: 'multiple' },
WebCode: { show_all: false, mode: 'multiple' },
dates: { hide_vs: true },
DateType: { disabledKeys: ['applyDate'] },

@ -27,7 +27,7 @@ const DestinationGroupCount = () => {
},
shows: ['DateType', 'DepartmentList', 'countryArea', 'orderStatus', 'dates'],
fieldProps: {
DepartmentList: { show_all: true },
DepartmentList: { show_all: true, mode: 'multiple' },
orderStatus: { show_all: true },
countryArea: { show_all: false },
dates: { hide_vs: true },

Loading…
Cancel
Save