style: 网元软件上传按钮文本多语言处理
This commit is contained in:
@@ -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!",
|
||||
},
|
||||
|
||||
@@ -766,7 +766,7 @@ export default {
|
||||
licensePath: "许可证文件",
|
||||
licensePathTip: "请上传许可证文件",
|
||||
upload: '上传',
|
||||
uploadBatch: "上传许可证",
|
||||
uploadFile: "上传许可证",
|
||||
uploadChangeOk: '网元更新许可证成功,正在后台校验!',
|
||||
uploadChangeFail: "部分网元更新许可证失败,请检查服务终端环境是否可用!",
|
||||
},
|
||||
|
||||
@@ -434,8 +434,13 @@ onMounted(() => {
|
||||
"
|
||||
>
|
||||
<template #icon><UploadOutlined /></template>
|
||||
{{ t('views.ne.neSoftware.uploadBatch') }}
|
||||
{{ tableState.selectedRowOne.neType }}
|
||||
<template v-if="tableState.selectedRowOne.neType">
|
||||
{{ t('views.ne.neSoftware.upload') }}
|
||||
{{ tableState.selectedRowOne.neType }}
|
||||
</template>
|
||||
<template v-else>
|
||||
{{ t('views.ne.neSoftware.uploadBatch') }}
|
||||
</template>
|
||||
</a-button>
|
||||
<a-button
|
||||
type="default"
|
||||
|
||||
@@ -528,8 +528,13 @@ onMounted(() => {
|
||||
"
|
||||
>
|
||||
<template #icon><UploadOutlined /></template>
|
||||
{{ t('views.ne.neSoftware.uploadBatch') }}
|
||||
{{ tableState.selectedRowOne.neType }}
|
||||
<template v-if="tableState.selectedRowOne.neType">
|
||||
{{ t('views.ne.neSoftware.upload') }}
|
||||
{{ tableState.selectedRowOne.neType }}
|
||||
</template>
|
||||
<template v-else>
|
||||
{{ t('views.ne.neSoftware.uploadBatch') }}
|
||||
</template>
|
||||
</a-button>
|
||||
<a-button
|
||||
type="primary"
|
||||
|
||||
@@ -284,7 +284,7 @@ onMounted(() => {
|
||||
"
|
||||
>
|
||||
<template #icon><UploadOutlined /></template>
|
||||
{{ t('views.ne.neSoftware.uploadBatch') }}
|
||||
{{ t('views.ne.neSoftware.upload') }}
|
||||
{{ state.selectedRowOne.neType }}
|
||||
</a-button>
|
||||
|
||||
|
||||
@@ -296,7 +296,7 @@ onMounted(() => {
|
||||
@click.prevent="fnModalOpen"
|
||||
>
|
||||
<template #icon><UploadOutlined /></template>
|
||||
{{ t('views.ne.neLicense.uploadBatch') }}
|
||||
{{ t('views.ne.neLicense.uploadFile') }}
|
||||
</a-button>
|
||||
|
||||
<a-button
|
||||
|
||||
Reference in New Issue
Block a user