|
@@ -181,7 +181,7 @@ onMounted(() => {
|
|
</template>
|
|
</template>
|
|
<!-- 基础 -->
|
|
<!-- 基础 -->
|
|
<template #default="{ item }">
|
|
<template #default="{ item }">
|
|
- <div class="flex items-center" v-if="!selectLoading">
|
|
|
|
|
|
+ <div class="flex items-center">
|
|
<TextTranslation translationTypes="userName" :translationValue="item.label"></TextTranslation>
|
|
<TextTranslation translationTypes="userName" :translationValue="item.label"></TextTranslation>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|