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 1/5] =?UTF-8?q?style:=20=E7=BD=91=E5=85=83=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=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(() => { From ae6feb15a2254f6da5c768912a7202c7d8da0607 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 17 Nov 2023 10:02:27 +0800 Subject: [PATCH 2/5] =?UTF-8?q?fix:=20=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=B5=8C=E5=A5=97=E5=B1=95=E5=BC=80=E5=8A=A0=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../configManage/configParamTree/index.vue | 46 +++++++++++-------- .../configParamTreeTable/index.vue | 46 +++++-------------- 2 files changed, 38 insertions(+), 54 deletions(-) diff --git a/src/views/configManage/configParamTree/index.vue b/src/views/configManage/configParamTree/index.vue index 0d03c25c..ff41d081 100644 --- a/src/views/configManage/configParamTree/index.vue +++ b/src/views/configManage/configParamTree/index.vue @@ -1383,18 +1383,17 @@ onMounted(() => { -