From b8feb6fa3572f2f1f0414e2a88ea664705364f51 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 17 Nov 2023 10:01:12 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BD=91=E5=85=83=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E7=AB=AF=E5=8F=A3=E6=8F=90=E7=A4=BA-?= =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 1 + src/i18n/locales/zh-CN.ts | 1 + src/views/configManage/neManage/index.vue | 15 ++++++++++----- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index ef1fa3e8..f5abeecd 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -323,6 +323,7 @@ export default { mac:'NE MAC address', macTip:'Able to locate the physical address (MAC) of the network element', port:'Port', + portTip:'Maximum range 0~65535', pvflag:'PV Flag', pnf:'Physical Network Element', vnf:'Virtual Network Element', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index ff36f9f8..efa548f6 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -323,6 +323,7 @@ export default { mac:'网元物理地址', macTip:'能够定位网元的物理地址(MAC)', port:'端口', + portTip:'最大范围0~65535', pvflag:'网元虚拟化标识', pnf:'物理网元', vnf:'虚拟网元', diff --git a/src/views/configManage/neManage/index.vue b/src/views/configManage/neManage/index.vue index c5f168e0..fb988723 100644 --- a/src/views/configManage/neManage/index.vue +++ b/src/views/configManage/neManage/index.vue @@ -450,9 +450,9 @@ function fnModalCancel() { */ function fnRecordDelete(row: Record) { message.success({ - content: t('common.msgSuccess', { msg: t('common.deleteText') }), - duration: 2, - }); + content: t('common.msgSuccess', { msg: t('common.deleteText') }), + duration: 2, + }); Modal.confirm({ title: t('common.tipTitle'), content: t('views.configManage.neManage.delSure', { msg: row.neName }), @@ -904,7 +904,10 @@ onMounted(() => { {{ t('views.configManage.neManage.stop') }} - + {{ t('views.configManage.neManage.reload') }} @@ -1030,7 +1033,9 @@ onMounted(() => {