修改测试问题

This commit is contained in:
guanj
2026-06-11 20:27:37 +08:00
parent bda7373133
commit 1a09c31669
61 changed files with 3393 additions and 2406 deletions

View File

@@ -50,13 +50,17 @@ const tableStore = new TableStore({
{ title: '更新时间', field: 'updateTime', sortable: true},
{
title: '状态',
field: 'stateName',
field: 'state',
width: '80',
render: 'tag',
custom: {
'正常': 'success',
'删除': 'danger'
0: 'danger',
1: 'success'
},
replaceValue: {
0: '删除',
1: '正常'
}
},
{
title: '操作', fixed: 'right',