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" > - +