From 4e43f5b3a19db9af5015e0200c9590c8aba3b9ed Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 15 六月 2023 13:37:45 +0800
Subject: [PATCH] 修改试卷列表

---
 src/views/exam/paper/list.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/exam/paper/list.vue b/src/views/exam/paper/list.vue
index f1d926b..e737035 100644
--- a/src/views/exam/paper/list.vue
+++ b/src/views/exam/paper/list.vue
@@ -95,6 +95,7 @@
       this.subjectFilter = this.subjects.filter(data => data.level === this.queryParam.level)
     },
     subjectFormatter  (row, column, cellValue, index) {
+      console.log(row, column, cellValue, index)
       return this.subjectEnumFormat(cellValue)
     },
     ...mapActions('exam', { initSubject: 'initSubject' })

--
Gitblit v1.8.0