mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 07:35:06 +08:00
fix: 时间格式提交问题
This commit is contained in:
@ -104,7 +104,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
form: {
|
||||
component: 'DatePicker',
|
||||
componentProps: {
|
||||
type: 'datetime'
|
||||
type: 'datetime',
|
||||
valueFormat: 'x'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user