| | |
| | | <el-tag>{{row.type==='0'?'未审核':row.type==='1'?'审核通过':'审核未通过'}}</el-tag> |
| | | </template> |
| | | <template slot-scope="{ row }" slot="examination_type"> |
| | | {{row.examination_type===''?'正常':row.examination_type}} |
| | | {{row.examination_type=='0'?'正常':row.examination_type==null?'正常':'异常'}} |
| | | </template> |
| | | |
| | | <template slot-scope="{ row }" slot="examination_mx"> |
| | | {{row.examination_mx==null?'正常':row.examination_mx}} |
| | | </template> |
| | | |
| | | <template slot-scope="{row}" |
| | |
| | | disabled: true, |
| | | prop: "username", |
| | | }, |
| | | |
| | | |
| | | |
| | | { |
| | | label: "密码", |
| | | hide: true, |
| | |
| | | label: "性别", |
| | | display: false, |
| | | width:55, |
| | | searchSpan: 4, |
| | | search: true, |
| | | |
| | | disabled: true, |
| | | prop: "sex", |
| | | type: "select", |
| | |
| | | { |
| | | label: "身份证号", |
| | | disabled: true, |
| | | searchSpan: 4, |
| | | width:140, |
| | | search: true, |
| | | display: false, |
| | | prop: "cardid", |
| | | }, |