|
|
@ -160,7 +160,7 @@ export const CustomerDeliveryForecast = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch:true, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
value: [dayjs(), dayjs().subtract(-3,'month')], |
|
|
|
value: [dayjs().format('YYYY-MM-DD'), dayjs().subtract(-3,'month').format('YYYY-MM-DD')], |
|
|
|
componentProps: { |
|
|
|
valueFormat: 'YYYY-MM-DD', |
|
|
|
type: 'daterange', |
|
|
|