refactor: 新增列设置

This commit is contained in:
kailong321200875
2023-12-19 19:57:45 +08:00
parent 47c9b0bd4d
commit 7314065c90
2 changed files with 61 additions and 46 deletions

View File

@@ -56,8 +56,7 @@ const columns = reactive<TableColumn[]>([
{
field: 'index',
label: t('tableDemo.index'),
type: 'index',
hidden: true
type: 'index'
},
{
field: 'title',