From 762ad82317b9c248cb8492d29b50c3e1de951448 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Tue, 29 Oct 2024 11:37:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=B1=A0=E5=BA=94=E7=94=A8=E7=BB=84=E7=BB=87=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/setting/system/resourcePool/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/setting/system/resourcePool/index.vue b/frontend/src/views/setting/system/resourcePool/index.vue index 64b583a768..30060db344 100644 --- a/frontend/src/views/setting/system/resourcePool/index.vue +++ b/frontend/src/views/setting/system/resourcePool/index.vue @@ -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, }; }