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

@@ -624,7 +624,7 @@ export default {
change: "Change License",
reload: "Refresh Info",
reloadTip: "Confirmed to refresh license information?",
reloadBatch: "Batch Refresh",
reloadBatch: "Batch Refresh Info",
reloadBatchTip: "Do you do an information refresh on checked records?",
updateTtile: "Update License",
downCodeTop: "Confirmed to save the license activation code to a file?",

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,
},
{