From bcc29007bf8e7743803dc519ca629813f6729a59 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 12 Sep 2024 17:11:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=204G=E7=9A=84MME=E6=98=BE=E7=A4=BAECM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/mmeUE/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/mmeUE/index.vue b/src/views/dashboard/mmeUE/index.vue index f9268bc0..6607adf1 100644 --- a/src/views/dashboard/mmeUE/index.vue +++ b/src/views/dashboard/mmeUE/index.vue @@ -417,7 +417,7 @@ onMounted(() => { if (resArr[1].status === 'fulfilled') { dict.ueEventType = resArr[1].value.map(item => { if (item.value === 'cm-state') { - item.label = 'ECM Status'; + item.label = item.label.replace('CM', 'ECM'); } return item; });