wzh 3 lat temu
rodzic
commit
8e68f89a85

+ 6 - 6
src/views/cargoOwnerManage/cargoOwnerCompanyDetail.vue

@@ -125,9 +125,9 @@
           min-width="160"
           align="center"
         >
-          <!-- <template v-slot="scope">
-            {{ scope.row.accountStatus == 1 ? "主账户" : "子账户" }}
-          </template> -->
+          <template v-slot="scope">
+            {{ scope.row.deptName || "暂无部门" }}
+          </template>
         </el-table-column>
         <el-table-column
           prop="roleName"
@@ -135,9 +135,9 @@
           min-width="160"
           align="center"
         >
-          <!-- <template v-slot="scope">
-            {{ scope.row.cargo == "ALL" ? "全部" : "货种" }}
-          </template> -->
+          <template v-slot="scope">
+            {{ scope.row.roleName || "暂无职位" }}
+          </template>
         </el-table-column>
       </el-table>
       <div style="width: 100%; text-align: right; margin-top: 43px">