fix 【】\u3010\u3011

This commit is contained in:
小吾立 2024-06-18 16:48:49 +08:00
parent 0d45dba673
commit 80592ca2bb
2 changed files with 9 additions and 7 deletions

View File

@ -63,15 +63,15 @@
<a-button type="link" :disabled="item.id === selectWorkspace.id">
{{ item.name || $t('i18n_71dc8feb59') }}
<template v-if="myClusterList.length > 1 && item.clusterInfoId">
{{ $t('i18n_0341329b1d')
}}{{
<!-- \u3010\u3011 -->
\u3010{{
myClusterList.find((item2) => {
return item2.id === item.clusterInfoId
}) &&
myClusterList.find((item2) => {
return item2.id === item.clusterInfoId
}).name
}}{{ $t('i18n_5942e7ebd0') }}
}}\u3011
</template>
</a-button>
</a-menu-item>
@ -96,15 +96,16 @@
<a-button type="link" :disabled="item.id === selectWorkspace.id">
{{ item.name }}
<template v-if="myClusterList.length > 1 && item.clusterInfoId">
{{ $t('i18n_0341329b1d')
}}{{
\u3010
{{
myClusterList.find((item2) => {
return item2.id === item.clusterInfoId
}) &&
myClusterList.find((item2) => {
return item2.id === item.clusterInfoId
}).name
}}{{ $t('i18n_5942e7ebd0') }}
}}
\u3011
</template>
</a-button>
</a-menu-item>

View File

@ -184,7 +184,8 @@
:label="`${project.name} - ${project.runMode}`"
:disabled="!noFileModes.includes(project.runMode)"
>
{{ $t('i18n_0341329b1d') }}{{ project.nodeName }}{{ $t('i18n_5942e7ebd0') }}{{ project.name }} -
<!-- \u3010\u3011 -->
\u3010{{ project.nodeName }}\u3011{{ project.name }} -
{{ project.runMode }}
</a-select-option>
</a-select-opt-group>