mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-03 12:29:14 +08:00
fix 【】\u3010\u3011
This commit is contained in:
parent
0d45dba673
commit
80592ca2bb
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user