Browse Source

提交代码

Lijy 7 months ago
parent
commit
fcbe78158e

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/components/translationComponent/departmentSelection/departmentSelection.vue

@@ -141,7 +141,7 @@ onMounted(() => {
     </el-cascader>
     <!-- 覆盖 -->
     <div class="coverDept" v-if="!visibleFlag">
-      {{ deptLabel }}
+      <TextTranslation translationTypes="departmentName" :translationValue="deptLabel"></TextTranslation>
     </div>
   </div>
 </template>