fix: 4G的MME显示ECM
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user