🐛 批量执行历史显示错误.

This commit is contained in:
lijiahang
2024-07-17 13:38:51 +08:00
parent f75d097d8a
commit 48d308b1a8
8 changed files with 80 additions and 29 deletions

View File

@@ -13,12 +13,14 @@ const columns = [
title: '角色名称',
dataIndex: 'name',
slotName: 'name',
minWidth: 118,
ellipsis: true,
tooltip: true,
}, {
title: '角色编码',
dataIndex: 'code',
slotName: 'code',
minWidth: 118,
}, {
title: '角色状态',
dataIndex: 'status',