隐藏任务列表所属资源池

main
陈博文 3 days ago
parent b01f60e89b
commit 2d6e041ce9

@ -119,12 +119,12 @@ const columns = [
dataIndex: 'username',
render: ({ username }) => username || '/',
},
{
title: '所属资源池',
width: 100,
dataIndex: 'resourcePools',
render: ({ resourcePools }) => `${resourcePools?.length ? resourcePools.join('、') : '/'}`,
},
// {
// title: '',
// width: 100,
// dataIndex: 'resourcePools',
// render: ({ resourcePools }) => `${resourcePools?.length ? resourcePools.join('') : '/'}`,
// },
{
title: '所属节点',
dataIndex: 'nodeName',

Loading…
Cancel
Save