From 04c2c6744ac0dbddc735d9887d012bb90b5e7d47 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 27 Nov 2021 10:21:08 +0800
Subject: [PATCH] +

---
 src/views/trainExam/performance.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/trainExam/performance.vue b/src/views/trainExam/performance.vue
index 30beb7e..e50e0b6 100644
--- a/src/views/trainExam/performance.vue
+++ b/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;

--
Gitblit v1.9.3