| | |
| | | minWidth: 150, |
| | | display: false |
| | | }, |
| | | |
| | | { |
| | | label: "照片", |
| | | prop: "avatar", |
| | | type: "upload", |
| | | listType: "picture-img", |
| | | }, |
| | | { |
| | | label: "籍贯", |
| | | prop: "nativeplace", |
| | |
| | | // // }] |
| | | // }, |
| | | { |
| | | label: "有无照片", |
| | | prop: "isAvatar", |
| | | type: "select", |
| | | search: true, |
| | | minWidth: 105, |
| | | searchSpan: 3, |
| | | addDisplay: false, |
| | | editDisplay: false, |
| | | hide: true, |
| | | display: false, |
| | | dicData: [{ |
| | | label: "全部", |
| | | value: 3, |
| | | }, |
| | | { |
| | | label: "有", |
| | | value: 1, |
| | | }, |
| | | { |
| | | label: "无", |
| | | value: 2, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | label: "是否采集指纹", |
| | | prop: "isFingerprint", |
| | | type: "select", |
| | | search: true, |
| | | searchLabelWidth: 110, |
| | | minWidth: 105, |
| | | searchSpan: 4, |
| | | addDisplay: false, |
| | | editDisplay: false, |
| | | hide: true, |
| | | display: false, |
| | | dicData: [{ |
| | | label: "全部", |
| | | value: 3, |
| | | }, |
| | | { |
| | | label: "是", |
| | | value: 1, |
| | | }, |
| | | { |
| | | label: "否", |
| | | value: 2, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | label: "在职状态", |
| | | prop: "status", |
| | | type: "select", |
| | |
| | | align: "center", |
| | | index: true, |
| | | delBtnText: "注销", |
| | | menuWidth: 327, |
| | | menuWidth: 280, |
| | | selection: true, |
| | | viewBtn: true, |
| | | defaultExpandAll: true, |
| | |
| | | status: this.search.status, |
| | | userType: this.search.startTime, |
| | | examinationType: this.search.examinationType, |
| | | dispatch: this.search.dispatch, |
| | | isFingerprint: this.search.isFingerprint, |
| | | isAvatar: this.search.isAvatar, |
| | | }; |
| | | // console.log(data,123456); |
| | | //导出 |