From 2453b17d267373b97987d7f7483a222c3fa14c1e Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 3 Aug 2022 18:15:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E2=80=9CBOE=E6=95=99=E5=B8=88=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/Index.vue b/src/views/Index.vue index 2ba681ab..1ee8146d 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -580,6 +580,9 @@ export default { userIds.push(courseTeahcer.teacherIds[0]); item.authorInfo.aid = courseTeahcer.teacherIds[0]; item.authorInfo.name = courseTeahcer.names[0]; + if(item.authorInfo.name=='BOE教师'){ + item.authorInfo.name=''; + } } return true; } else { From b7cec1023a0fa5fd92af609d7af286b7a75adb62 Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 3 Aug 2022 18:46:44 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/exam/TestPaper.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/exam/TestPaper.vue b/src/views/exam/TestPaper.vue index 76bccab4..8cc7639b 100644 --- a/src/views/exam/TestPaper.vue +++ b/src/views/exam/TestPaper.vue @@ -170,7 +170,7 @@
-
+
@@ -182,10 +182,8 @@
- - + +
@@ -370,7 +368,7 @@ export default { testName: '', remark: '', difficulty: '', - data: [] + data: [] }, showCompilerDialog: false, checkQuest: [], @@ -413,6 +411,9 @@ export default { // } }, methods: { + changeInput(e){ + this.$forceUpdate(); + }, currentChange(val) { this.qlib.pageIndex = val; this.questionList(); @@ -725,6 +726,11 @@ export default {