mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-12 02:58:38 +08:00
chore: 优化部分代码
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user