|
@ -98,10 +98,10 @@ export const DeliveryCalendar = useCrudSchemas( |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
search: { |
|
|
search: { |
|
|
component: 'DatePicker', |
|
|
component: 'DatePicker', |
|
|
value: formatDate(new Date(),'YYYYMM'), |
|
|
value: formatDate(new Date(),'YYYY-MM'), |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
type: 'month', |
|
|
type: 'month', |
|
|
valueFormat: 'YYYYMM', |
|
|
valueFormat: 'YYYY-MM', |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
@ -110,22 +110,22 @@ export const DeliveryCalendar = useCrudSchemas( |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '日期', |
|
|
// label: '日期',
|
|
|
field: 'yearAndMonth', |
|
|
// field: 'yearAndMonth',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
isTable: false, |
|
|
// isTable: false,
|
|
|
isForm: false, |
|
|
// isForm: false,
|
|
|
isSearch: true, |
|
|
// isSearch: true,
|
|
|
search: { |
|
|
// search: {
|
|
|
component: 'DatePicker', |
|
|
// component: 'DatePicker',
|
|
|
value: formatDate(new Date(),'YYYYMM'), |
|
|
// value: formatDate(new Date(),'YYYYMM'),
|
|
|
componentProps: { |
|
|
// componentProps: {
|
|
|
type: 'month', |
|
|
// type: 'month',
|
|
|
valueFormat: 'YYYYMM', |
|
|
// valueFormat: 'YYYYMM',
|
|
|
} |
|
|
// }
|
|
|
} |
|
|
// }
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '操作', |
|
|
label: '操作', |
|
|
field: 'action', |
|
|
field: 'action', |
|
|