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 }}份答题卡, 点击查看>>