|
|
@@ -51,7 +51,7 @@
|
|
|
{{ typeAttrMap(scope.row.typeAttr) || '--'}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="归属" prop="deptName" width="200"></el-table-column>
|
|
|
+ <el-table-column label="归属" prop="organizationName" width="200"></el-table-column>
|
|
|
<el-table-column label="所属机构" prop="deptName" width="200"></el-table-column>
|
|
|
<el-table-column label="人员状态" prop="status" width="150">
|
|
|
<template #default="scope">
|