| | |
| | | * @Author: Morpheus |
| | | * @Date: 2021-07-05 16:31:54 |
| | | * @Last Modified by: liu |
| | | * @Last Modified time: 2021-11-27 10:00:37 |
| | | * @Last Modified time: 2021-11-27 10:20:19 |
| | | * menu-name 成绩管理 |
| | | */ |
| | | <template> |
| | |
| | | delBtn: false, |
| | | editBtn: true, |
| | | addBtn: false, |
| | | selection: true, |
| | | // 导出按钮 |
| | | // excelBtn: true, |
| | | // excelBtnText: "成绩导出", |
| | | viewBtn: true, |
| | | selection: true, |
| | | reserveSelection: true, |
| | | selectable: (row) => { |
| | | if (row.qualified != "0") { |
| | | return false; |
| | |
| | | align: "center", |
| | | height: "auto", |
| | | calcHeight: 80, |
| | | tip: false, |
| | | tip: true, |
| | | searchShow: true, |
| | | searchMenuSpan: 4, |
| | | index: true, |
| | |
| | | menuWidth: 295, |
| | | labelWidth: 120, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | |
| | | column: [ |
| | | { |
| | | label: "考试时间", |
| | |
| | | |
| | | questionBankSelectionClear() { |
| | | this.questionBankSelectionList = []; |
| | | this.$refs.questionBankCrud.toggleSelection(); |
| | | // this.$refs.questionBankCrud.toggleSelection(); |
| | | }, |
| | | questionBankSelectionChange(list) { |
| | | // this.questionBankSelectionList = list; |