| | |
| | | <el-table-column type="index" label="" align="center" width="60"/> |
| | | <el-table-column label="用户名" prop="username" align="center" sortable="custom"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.username }}</span> |
| | | <span>{{ scope.row.realname }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="单位" prop="company" align="center" width="150" sortable="custom"> |
| | |
| | | </el-table-column> |
| | | <el-table-column label="手机号" prop="mobile" align="center" sortable="custom"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.mobile }}</span> |
| | | <span>{{ scope.row.username }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="邮箱" prop="email" align="center" sortable="custom"> |
| | |
| | | <span>{{ scope.row.job }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="统一社会信用代码" prop="code" align="center" sortable="custom"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.code }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="用户分类" prop="type" align="center"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.type | filterUserType }}</span> |
| | |
| | | <el-table-column label="角色" prop="role" align="center"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.roles | parseRoles }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="管辖地区" prop="province" align="center" width="300" sortable="custom"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.province+'-'+scope.row.city+'-'+scope.row.area+'-'+scope.row.town+'-'+scope.row.community | parseGX}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="更新时间" prop="lastmodifieddate" align="center" sortable="custom"> |