|
|
@ -53,10 +53,10 @@ export const SupplierDeliMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: true, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
value: formatDate(new Date(),'YYYY-MM'), |
|
|
|
value: formatDate(new Date(),'YYYYMM'), |
|
|
|
componentProps: { |
|
|
|
type: 'month', |
|
|
|
valueFormat: 'YYYY-MM', |
|
|
|
valueFormat: 'YYYYMM', |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|