邮件记录详情,创建时间显示不正确

编辑参数键名,键不能修改,修改时只读,新增时正常
租户套餐显示备注及搜索条件显示(同vue2)
This commit is contained in:
gexinzhineng/gxzn27
2023-03-28 13:41:56 +08:00
parent 944015484a
commit 90959702ee
7 changed files with 269 additions and 325 deletions

View File

@ -114,7 +114,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
{
title: '创建时间',
field: 'createTime',
isTable: false
isTable: false,
formatter: 'formatDate'
}
]
})

View File

@ -43,7 +43,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
{
title: t('form.remark'),
field: 'remark',
isTable: false,
isTable: true,
isSearch: true,
form: {
component: 'Input',