fix: 4G的MME显示ECM

This commit is contained in:
TsMask
2024-09-12 17:11:10 +08:00
parent bdf904078d
commit bcc29007bf

View File

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