fix: 更新批量刷新信息,容量仅UDM/AMF/MME
This commit is contained in:
@@ -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?",
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user