vue3:review 租户列表、租户套餐、用户管理
This commit is contained in:
@@ -36,6 +36,7 @@ export const rules = reactive({
|
||||
// CrudSchema.
|
||||
const crudSchemas = reactive<VxeCrudSchema>({
|
||||
primaryKey: 'id',
|
||||
primaryTitle: '租户编号',
|
||||
primaryType: 'seq',
|
||||
action: true,
|
||||
columns: [
|
||||
@@ -121,7 +122,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
{
|
||||
title: t('table.createTime'),
|
||||
field: 'createTime',
|
||||
formatter: 'formatDate',
|
||||
formatter: 'formatDate', // TODO 星语:要不给 formatter = formatDate 的时候,设置一个它的默认宽度,避免缩进
|
||||
isForm: false
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user