mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-17 04:15:07 +08:00
邮件记录详情,创建时间显示不正确
编辑参数键名,键不能修改,修改时只读,新增时正常 租户套餐显示备注及搜索条件显示(同vue2)
This commit is contained in:
@ -114,7 +114,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
{
|
||||
title: '创建时间',
|
||||
field: 'createTime',
|
||||
isTable: false
|
||||
isTable: false,
|
||||
formatter: 'formatDate'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
@ -43,7 +43,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
{
|
||||
title: t('form.remark'),
|
||||
field: 'remark',
|
||||
isTable: false,
|
||||
isTable: true,
|
||||
isSearch: true,
|
||||
form: {
|
||||
component: 'Input',
|
||||
|
Reference in New Issue
Block a user