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; });