style: 网元软件上传按钮文本多语言处理
This commit is contained in:
@@ -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