| | |
| | | size="small" |
| | | plain |
| | | icon="el-icon-download" |
| | | v-if="permission.accreditationRecords_export || check" |
| | | v-if="permission.accreditationRecords_export" |
| | | @click="handleExport" |
| | | >保安员证信息导出 |
| | | </el-button> |
| | |
| | | created() { |
| | | if (this.userInfo.role_name == "上岗证办理管理员") { |
| | | this.questionBankSearch["status"] = 1; |
| | | this.option.reserveSelection= false; |
| | | this.option.tip= false; |
| | | this.option.selection= false; |
| | | } |
| | | if (this.userInfo.role_name == "公安管理员") { |
| | | //判断是否为市局管理员 |
| | |
| | | done(); |
| | | }, |
| | | selectionChange(list) { |
| | | // this.selectionList = list; |
| | | this.selectionList = list; |
| | | this.choiceList = []; |
| | | for (let k in list) { |
| | | this.choiceList.push({ |