fix: vue3 代码生成缺失日期格式化
This commit is contained in:
parent
fea1ad8f8d
commit
4b5d15c05b
@ -40,6 +40,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
|||||||
isForm: false,
|
isForm: false,
|
||||||
#elseif(!("" != $column.dictType))
|
#elseif(!("" != $column.dictType))
|
||||||
#if ($column.htmlType == "datetime")## 时间框
|
#if ($column.htmlType == "datetime")## 时间框
|
||||||
|
formatter: 'formatDate',
|
||||||
form: {
|
form: {
|
||||||
component: 'DatePicker',
|
component: 'DatePicker',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
|
Loading…
Reference in New Issue
Block a user