|
@@ -383,8 +383,8 @@ export const safetySchema: FormSchema[] = [
|
|
|
component: 'DatePicker',
|
|
|
defaultValue: dayjs().startOf('date'),
|
|
|
componentProps: {
|
|
|
- showTime: true,
|
|
|
- valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
|
|
+ showTime: false,
|
|
|
+ valueFormat: 'YYYY-MM-DD',
|
|
|
getPopupContainer: getAutoScrollContainer,
|
|
|
},
|
|
|
colProps: {
|