|
@@ -125,9 +125,9 @@
|
|
|
min-width="160"
|
|
min-width="160"
|
|
|
align="center"
|
|
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>
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
prop="roleName"
|
|
prop="roleName"
|
|
@@ -135,9 +135,9 @@
|
|
|
min-width="160"
|
|
min-width="160"
|
|
|
align="center"
|
|
align="center"
|
|
|
>
|
|
>
|
|
|
- <!-- <template v-slot="scope">
|
|
|
|
|
- {{ scope.row.cargo == "ALL" ? "全部" : "货种" }}
|
|
|
|
|
- </template> -->
|
|
|
|
|
|
|
+ <template v-slot="scope">
|
|
|
|
|
+ {{ scope.row.roleName || "暂无职位" }}
|
|
|
|
|
+ </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">
|