From 624f67eccaae774e80d7d7535b38a175e1303101 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 20 May 2024 16:20:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BD=91=E5=85=83=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=A4=9A=E8=AF=AD=E8=A8=80=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 5 +++++ src/i18n/locales/zh-CN.ts | 5 +++++ src/views/ne/neConfPara5G/index.vue | 6 +++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 43593ee5..a8d9b93e 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -727,6 +727,11 @@ export default { licensePath: "License File", licensePathTip: "Please upload license file", }, + neConfPara5G: { + title: 'Save Info', + sync: 'Sync to NE', + syncNe: 'Select NE', + }, }, neUser: { auth: { diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index f14f6c8c..45353bf6 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -727,6 +727,11 @@ export default { licensePath: "许可证文件", licensePathTip: "请上传许可证文件", }, + neConfPara5G: { + title: '保存信息', + sync: '同步到网元', + syncNe: '选择网元', + }, }, neUser: { auth: { diff --git a/src/views/ne/neConfPara5G/index.vue b/src/views/ne/neConfPara5G/index.vue index f210ffc4..e57bee7a 100644 --- a/src/views/ne/neConfPara5G/index.vue +++ b/src/views/ne/neConfPara5G/index.vue @@ -394,7 +394,7 @@ onMounted(() => { :keyboard="false" :mask-closable="false" :visible="state.visible" - title="保存信息" + :title="t('views.ne.neConfPara5G.title')" :confirm-loading="state.confirmLoading" @ok="fnModalOk" @cancel="fnModalCancel" @@ -405,7 +405,7 @@ onMounted(() => { :label-col="{ span: 5 }" :label-wrap="true" > - + { :disabled="state.confirmLoading" > - +