fix(系统设置): 修复系统设置资源池应用组织字段错误
This commit is contained in:
parent
d618593ffe
commit
762ad82317
|
@ -195,8 +195,7 @@
|
|||
},
|
||||
{
|
||||
title: 'system.resourcePool.orgRange',
|
||||
slotName: 'orgNames',
|
||||
dataIndex: 'orgNames',
|
||||
dataIndex: 'orgId',
|
||||
showInTable: true,
|
||||
showDrag: true,
|
||||
isTag: true,
|
||||
|
@ -260,6 +259,7 @@
|
|||
(item) => {
|
||||
return {
|
||||
...item,
|
||||
orgId: item.orgNames,
|
||||
lastConcurrentNumber: item.type === 'Kubernetes' ? '-' : item.lastConcurrentNumber || 0,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue