diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts
index a3a346c4..ee36d593 100644
--- a/src/i18n/locales/en-US.ts
+++ b/src/i18n/locales/en-US.ts
@@ -766,7 +766,7 @@ export default {
licensePath: "License File",
licensePathTip: "Please upload license file",
upload: 'Upload',
- uploadBatch: "Upload License",
+ uploadFile: "Upload License",
uploadChangeOk: 'Network Element renewed license successfully and is being calibrated in the background!',
uploadChangeFail: "Some network elements failed to update the license, please check whether the service terminal environment is available!",
},
diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts
index 05280857..424f4104 100644
--- a/src/i18n/locales/zh-CN.ts
+++ b/src/i18n/locales/zh-CN.ts
@@ -766,7 +766,7 @@ export default {
licensePath: "许可证文件",
licensePathTip: "请上传许可证文件",
upload: '上传',
- uploadBatch: "上传许可证",
+ uploadFile: "上传许可证",
uploadChangeOk: '网元更新许可证成功,正在后台校验!',
uploadChangeFail: "部分网元更新许可证失败,请检查服务终端环境是否可用!",
},
diff --git a/src/views/ne/neSoftware/index.vue b/src/views/ne/neSoftware/index.vue
index bcdeab03..361e955a 100644
--- a/src/views/ne/neSoftware/index.vue
+++ b/src/views/ne/neSoftware/index.vue
@@ -434,8 +434,13 @@ onMounted(() => {
"
>
- {{ t('views.ne.neSoftware.uploadBatch') }}
- {{ tableState.selectedRowOne.neType }}
+
+ {{ t('views.ne.neSoftware.upload') }}
+ {{ tableState.selectedRowOne.neType }}
+
+
+ {{ t('views.ne.neSoftware.uploadBatch') }}
+
{
"
>
- {{ t('views.ne.neSoftware.uploadBatch') }}
- {{ tableState.selectedRowOne.neType }}
+
+ {{ t('views.ne.neSoftware.upload') }}
+ {{ tableState.selectedRowOne.neType }}
+
+
+ {{ t('views.ne.neSoftware.uploadBatch') }}
+
{
"
>
- {{ t('views.ne.neSoftware.uploadBatch') }}
+ {{ t('views.ne.neSoftware.upload') }}
{{ state.selectedRowOne.neType }}
diff --git a/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue b/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue
index 06173771..ddd627a0 100644
--- a/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue
+++ b/src/views/system/quick-start/components/NeInfoSoftwareLicense.vue
@@ -296,7 +296,7 @@ onMounted(() => {
@click.prevent="fnModalOpen"
>
- {{ t('views.ne.neLicense.uploadBatch') }}
+ {{ t('views.ne.neLicense.uploadFile') }}