+
liuyg
2021-11-27 04c2c6744ac0dbddc735d9887d012bb90b5e7d47
+
1 files modified
10 ■■■■■ changed files
src/views/trainExam/performance.vue 10 ●●●●● patch | view | raw | blame | history
src/views/trainExam/performance.vue
@@ -2,7 +2,7 @@
 * @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>
@@ -325,11 +325,12 @@
        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;
@@ -341,7 +342,7 @@
        align: "center",
        height: "auto",
        calcHeight: 80,
        tip: false,
        tip: true,
        searchShow: true,
        searchMenuSpan: 4,
        index: true,
@@ -353,6 +354,7 @@
        menuWidth: 295,
        labelWidth: 120,
        ...this.$store.state.control.clearOtherBut,
        column: [
          {
            label: "考试时间",
@@ -1026,7 +1028,7 @@
    questionBankSelectionClear() {
      this.questionBankSelectionList = [];
      this.$refs.questionBankCrud.toggleSelection();
      // this.$refs.questionBankCrud.toggleSelection();
    },
    questionBankSelectionChange(list) {
      // this.questionBankSelectionList = list;