|
|
@@ -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">
|