fix: 更新批量刷新信息,容量仅UDM/AMF/MME

This commit is contained in:
TsMask
2025-05-20 15:43:29 +08:00
parent 2c67108751
commit 7439981557
2 changed files with 7 additions and 1 deletions

View File

@@ -114,6 +114,12 @@ let tableColumns = ref<TableColumnsType>([
title: t('views.ne.common.capability'),
dataIndex: 'capability',
align: 'left',
customRender(opt) {
if (['UDM', 'AMF', 'MME'].includes(opt.record.neType)) {
return opt.value;
}
return '-';
},
width: 100,
},
{