|
|
@@ -177,6 +177,11 @@
|
|
|
<span >{{ scope.row.email?scope.row.email:'--' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column width="200" label="单位">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span >{{ scope.row.enterprisename?scope.row.enterprisename:'--' }}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column width="120" label="部门">
|
|
|
<template slot-scope="scope">
|
|
|
<span >{{ scope.row.position?scope.row.position:'--' }}</span>
|