|
@ -120,9 +120,9 @@ export const InspectionRecordMain = useCrudSchemas( |
|
|
search: { |
|
|
search: { |
|
|
component: 'DatePicker', |
|
|
component: 'DatePicker', |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
type: 'datetimerange', |
|
|
type: 'daterange', |
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss', |
|
|
dateFormat: 'YYYY-MM-DD', |
|
|
valueFormat: 'x' |
|
|
valueFormat: 'YYYY-MM-DD' |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|