From cffc1a98893891fd407666069065d2983437d116 Mon Sep 17 00:00:00 2001 From: 梁保满 Date: Wed, 8 Mar 2023 15:50:21 +0800 Subject: [PATCH] 3-8BUG --- src/views/examinationPaper/add.vue | 9 ++++++--- src/views/examinationPaper/index.vue | 4 ++-- src/views/layout/Footer/bottom.vue | 2 +- src/views/standard/device/index.vue | 4 ++-- src/views/standard/test/index.vue | 1 + 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/views/examinationPaper/add.vue b/src/views/examinationPaper/add.vue index b02215f..bf5ee03 100644 --- a/src/views/examinationPaper/add.vue +++ b/src/views/examinationPaper/add.vue @@ -535,7 +535,10 @@

@@ -1840,8 +1843,8 @@ export default { this.subjectList = data.subjectNames?.map((item) => { return { - value: this.role == "ROLE_PERSONAL" ?item.subjectName: item , - label: this.role == "ROLE_PERSONAL" ?item.subjectName: item , + value: this.role == "ROLE_PERSONAL" ? item.subjectName : item, + label: this.role == "ROLE_PERSONAL" ? item.subjectName : item, }; }) || []; if (this.subjectList.length) { diff --git a/src/views/examinationPaper/index.vue b/src/views/examinationPaper/index.vue index 8202620..12e2f8c 100644 --- a/src/views/examinationPaper/index.vue +++ b/src/views/examinationPaper/index.vue @@ -76,7 +76,7 @@

- 另有{{ archivedTotal }}份已经归档的答题卡, + 回收站内已有{{ archivedTotal }}份答题卡, 点击查看>>