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