perf: vxe demo

This commit is contained in:
xingyu4j
2022-11-07 18:13:04 +08:00
parent 1a45526a9d
commit dc84ebde9d
5 changed files with 113 additions and 68 deletions

View File

@@ -56,9 +56,17 @@ const crudSchemas = reactive<VxeCrudSchema[]>([
show: true
}
},
{
title: '备注',
field: 'remark',
table: {
show: false
}
},
{
title: t('common.createTime'),
field: 'createTime',
formatter: 'formatDate',
form: {
show: false
}
@@ -66,10 +74,8 @@ const crudSchemas = reactive<VxeCrudSchema[]>([
{
title: t('table.action'),
field: 'action',
width: '240px',
table: {
width: '240px',
showOverflow: true,
slots: {
default: 'action_default'
}