From 7439981557f8b31701577d6e8a172920c8cd3b1f Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 20 May 2025 15:43:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=AE=B9=E9=87=8F?= =?UTF-8?q?=E4=BB=85UDM/AMF/MME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 +- src/views/ne/neLicense/index.vue | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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, }, {