feat(资源池): 资源池列表增加类型列

This commit is contained in:
baiqi 2024-10-14 13:58:02 +08:00 committed by Craftsman
parent 872fcda69d
commit 7e5f72ad56
1 changed files with 4 additions and 4 deletions

View File

@ -199,10 +199,10 @@
dataIndex: 'description',
showTooltip: true,
},
// {
// title: 'system.resourcePool.tableColumnType',
// dataIndex: 'type',
// },
{
title: 'system.resourcePool.tableColumnType',
dataIndex: 'type',
},
{
title: 'system.resourcePool.tableColumnCreateTime',
dataIndex: 'createTime',