Pārlūkot izejas kodu

fix 批量导入用户部门列显示

yujinwen 2 mēneši atpakaļ
vecāks
revīzija
d184077621

+ 1 - 1
src/views/customer/user/components/ConfirmImportUser.vue

@@ -53,7 +53,7 @@ async function handleSave(){
         <span>{{row.CountryCode}}-{{row.Mobile}}</span>
       </template>
       <template #DepartmentName="{ row }">
-        <span>{{row.Position}}-{{row.DepartmentName}}</span>
+        <span>{{row.Position}}{{row.Position&&row.DepartmentName?' - ':''}}{{row.DepartmentName}}</span>
       </template>
       <template #PositionStatus="{ row }">
         <t-tag