From 2f1dd9d3bfd9975cd5be2c24204b2ff1ecdd3cd2 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Tue, 18 Aug 2020 10:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=AE=A1=E7=90=86=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/fwgl/fwglList.vue | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/pages/workbench/fwgl/fwglList.vue b/src/pages/workbench/fwgl/fwglList.vue index a87b72b..b2db3e2 100644 --- a/src/pages/workbench/fwgl/fwglList.vue +++ b/src/pages/workbench/fwgl/fwglList.vue @@ -1313,25 +1313,25 @@ export default { name: "CPU使用量", value: cloud.cpu_use, total: cloud.cpu_total, - unit: "(核)", + unit: "核", }, { name: "内存使用量", value: cloud.memory_use, total: cloud.memory_total, - unit: "(GB)", + unit: "GB", }, /* { name: "数据盘使用量", value: cloud.disk_use, total: cloud.disk_total, - unit: "(GB)", + unit: "GB", }, */ { name: "容器组使用量", value: cloud.containers_use, total: cloud.containers_total, - unit: "(个)", + unit: "个", }, ], }; @@ -1909,12 +1909,6 @@ export default {