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'], }; // 实时数据开关函数