mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-11-01 22:09:56 +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