diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 2f3bb3f1..84ca7fe8 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -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?", diff --git a/src/views/ne/neLicense/index.vue b/src/views/ne/neLicense/index.vue index a9c541b4..1776987c 100644 --- a/src/views/ne/neLicense/index.vue +++ b/src/views/ne/neLicense/index.vue @@ -114,6 +114,12 @@ let tableColumns = ref([ 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, }, {