|
@ -83,7 +83,7 @@ export const CustomerStatementShareRecordMain = useCrudSchemas(reactive<CrudSche |
|
|
component: 'DatePicker', |
|
|
component: 'DatePicker', |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
valueFormat: 'YYYY-MM', |
|
|
valueFormat: 'YYYY-MM', |
|
|
type: 'daterange', |
|
|
type: 'monthrange', |
|
|
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] |
|
|
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -93,7 +93,7 @@ export const CustomerStatementShareRecordMain = useCrudSchemas(reactive<CrudSche |
|
|
form: { |
|
|
form: { |
|
|
component: 'DatePicker', |
|
|
component: 'DatePicker', |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
type: 'datetime', |
|
|
type: 'monthrange', |
|
|
valueFormat: 'YYYY-MM' |
|
|
valueFormat: 'YYYY-MM' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|