From 6d5e96421b7440a18ae0590db4173843768c4624 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 12 Sep 2024 17:12:13 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A4=9A=E8=AF=AD=E8=A8=80zh=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E8=A1=8C=E5=A4=B4?= 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; });