mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
fix: 时间格式提交问题
This commit is contained in:
parent
ca2cdc031d
commit
b46ac885d4
@ -48,7 +48,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
|||||||
component: 'DatePicker',
|
component: 'DatePicker',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
type: 'datetime',
|
type: 'datetime',
|
||||||
valueFormat: 'YYYY-MM-DD HH:mm:ss'
|
valueFormat: 'x'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
#elseif($column.htmlType == "editor")## 文本编辑器
|
#elseif($column.htmlType == "editor")## 文本编辑器
|
||||||
|
@ -104,7 +104,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
|||||||
form: {
|
form: {
|
||||||
component: 'DatePicker',
|
component: 'DatePicker',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
type: 'datetime'
|
type: 'datetime',
|
||||||
|
valueFormat: 'x'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user