perf: 优化配置项

This commit is contained in:
xingyu4j
2022-12-15 09:30:14 +08:00
parent cd4b9e9771
commit a833ab68d6
2 changed files with 1 additions and 3 deletions

View File

@@ -68,8 +68,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
{
title: t('common.createTime'),
field: 'createTime',
formatter: 'formatDate',
isForm: false
formatter: 'formatDate'
}
]
})