| | |
| | | <el-tag>{{ row.roleName }}</el-tag> |
| | | </template> |
| | | <template slot-scope="{ row }" slot="deptName"> |
| | | <el-tag>{{ row.deptName }}</el-tag> |
| | | <el-tag>{{ row.deptName.split(",").join(" ,") }}</el-tag> |
| | | </template> |
| | | <template slot-scope="{ row }" slot="userTypeName"> |
| | | <el-tag>{{ row.userTypeName }}</el-tag> |
| | |
| | | label: "登录账号", |
| | | prop: "account", |
| | | search: true, |
| | | width: 190, |
| | | display: false, |
| | | }, |
| | | { |
| | |
| | | if (this.userInfo.role_name == "公安管理员") { |
| | | params["jurisdiction"] = this.userInfo.jurisdiction; |
| | | } |
| | | |
| | | params['status'] = 1; |
| | | getList( |
| | | page.currentPage, |
| | | page.pageSize, |