fix(view): 日期字段存储不了

closed #I6YQUX
pull/5/MERGE
xingyu 2023-04-25 15:26:54 +08:00
parent 75961b60a1
commit c38e983e7b
1 changed files with 3 additions and 1 deletions

View File

@ -167,7 +167,9 @@ export const formSchema: FormSchema[] = [
required: true,
component: 'DatePicker',
componentProps: {
showTime: true
showTime: true,
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x'
}
},
{