소스 검색

更新 参数

wzh 3 년 전
부모
커밋
adf89ee68b
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      src/views/cargoOwnerManage/cargoOwnerCompanyDetail.vue

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

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