Explorar el Código

更新 参数

wzh hace 3 años
padre
commit
adf89ee68b
Se han modificado 1 ficheros con 8 adiciones y 8 borrados
  1. 8 8
      src/views/cargoOwnerManage/cargoOwnerCompanyDetail.vue

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

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