@@ -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) => {