From bce9a8e92371e63a291c0f70c1127fbee4f69b3c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 13 Mar 2025 16:52:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8C=87=E6=A0=87=E7=A7=BB=E9=99=A4MME/?= =?UTF-8?q?SMSC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/perfManage/kpiOverView/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/perfManage/kpiOverView/index.vue b/src/views/perfManage/kpiOverView/index.vue index 5c43a449..228e5ddc 100644 --- a/src/views/perfManage/kpiOverView/index.vue +++ b/src/views/perfManage/kpiOverView/index.vue @@ -42,7 +42,7 @@ interface ChartDataItem { const tableLoading = ref(false); const rangeLoading = ref(false); //网元类型定义 -const ALL_NE_TYPES = ['AMF', 'SMF', 'UPF', 'MME', 'IMS', 'SMSC'] as const; +const ALL_NE_TYPES = ['AMF', 'SMF', 'UPF', 'IMS'] as const; type NeType = (typeof ALL_NE_TYPES)[number]; echarts.use([ @@ -122,9 +122,9 @@ const TARGET_KPI_IDS: Record = { AMF: ['AMF.02', 'AMF.03', 'AMF.A.07', 'AMF.A.08'], SMF: ['SMF.02', 'SMF.03', 'SMF.04', 'SMF.05'], UPF: ['UPF.03', 'UPF.04', 'UPF.05', 'UPF.06'], - MME: ['MME.A.01', 'MME.A.02', 'MME.A.03'], + // MME: ['MME.A.01', 'MME.A.02', 'MME.A.03'], IMS: ['SCSCF.01', 'SCSCF.02', 'SCSCF.05', 'SCSCF.06'], - SMSC: ['SMSC.A.01', 'SMSC.A.02', 'SMSC.A.03'], + // SMSC: ['SMSC.A.01', 'SMSC.A.02', 'SMSC.A.03'], }; // 实时数据开关函数