style: 多语言zh去除行头
This commit is contained in:
@@ -417,7 +417,7 @@ onMounted(() => {
|
|||||||
if (resArr[1].status === 'fulfilled') {
|
if (resArr[1].status === 'fulfilled') {
|
||||||
dict.ueEventType = resArr[1].value.map(item => {
|
dict.ueEventType = resArr[1].value.map(item => {
|
||||||
if (item.value === 'cm-state') {
|
if (item.value === 'cm-state') {
|
||||||
item.label = 'ECM Status';
|
item.label = item.label.replace('CM', 'ECM');
|
||||||
}
|
}
|
||||||
return item;
|
return item;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user