chore: 优化部分代码

This commit is contained in:
2024-05-19 22:59:14 +08:00
parent fdd4b9a4df
commit 65917d281b
4 changed files with 19 additions and 19 deletions

View File

@@ -94,7 +94,7 @@ const columns: TableInstanceColumns[] = [
},
{ title: '标签', dataIndex: 'label', slotName: 'label', width: 100, align: 'center' },
{ title: '值', dataIndex: 'value', width: 100, align: 'center', ellipsis: true, tooltip: true },
{ title: '状态', slotName: 'status', width: 90, align: 'center' },
{ title: '状态', slotName: 'status', width: 80, align: 'center' },
{
title: '排序',
dataIndex: 'sort',