diff --git a/src/views/exam/Question.vue b/src/views/exam/Question.vue index 449a556f..eb28b9ce 100644 --- a/src/views/exam/Question.vue +++ b/src/views/exam/Question.vue @@ -26,15 +26,8 @@ 重置 添加
- +
@@ -84,7 +77,7 @@ - +
类型 @@ -157,17 +150,22 @@ 添加选项 - - - - - - + + + + + + + + + + + @@ -248,18 +246,27 @@
【单选题】{{question.title}}({{question.defaultScore}}分)
-   - {{numberToLetter(i + 1)}}: - {{question.optionList[i].content}} +
+ {{item.isAnswer? '√':''}} + {{numberToLetter(i + 1)}}: + {{item.content}} +
+
+ +
【多选题】{{question.title}}({{question.defaultScore}}分)
-   -   - {{numberToLetter(i + 1)}}: - {{item.content}} +
+ {{item.isAnswer? '√':''}} + {{numberToLetter(i + 1)}}: + {{item.content}} +
+
+ +
@@ -394,7 +401,7 @@ export default { this.$message.warning(`当前限制选择 1 个文件,本次选择了 ${files.length} 个文件,共选择了 ${files.length + fileList.length} 个文件`); }, beforeRemove(file, fileList) { - return this.$confirm(`确定移除 ${ file.name }?`); + return this.$confirm(`您确定移除图片吗?`); }, downloadTemplate(){ let fileName = "试题导入模板.xls"; @@ -619,7 +626,7 @@ export default { }else{ opt.imgList=[]; } - + }) } }).catch((err) => {