课程内考试 ,时间不显示问题

This commit is contained in:
daihh
2022-12-29 12:45:40 +08:00
parent 7901cbc595
commit a58d582051
4 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@
{{examInfo.paperType==1? '自定义试卷':'使用考试试卷: '+usePaper.paperName}}
</el-form-item>
<el-form-item label="考试时长">
<el-col :span="6">{{examInfo.passScore}}分钟</el-col>
<el-col :span="6">{{examInfo.testDuration}}分钟</el-col>
<el-col :span="9">
<el-form-item label="及格线">{{examInfo.passLine}}%</el-form-item>
</el-col>
@@ -314,7 +314,7 @@
this.showTab=2;
this.examInfo.paperType=2; //选择试卷
this.examInfo.paperId='';
this.findExamPapers();
},
findExamPapers(){ //查询已有的考试试卷

View File

@@ -1044,7 +1044,7 @@ export default {
//设置状态
},
addNewContent(sec) {
console.log(sec,'sec');
//console.log(sec,'sec');
this.resetCurCourseContent();
this.curContent.csectionId = sec.id;
this.orderValue(sec.id);

View File

@@ -177,7 +177,7 @@
//let gen= snowflakeGenerator(512).next().value;
//let qid=snowflakeGenerator(512).next().value;
let qid=this.generator.next().value;
console.log(qid);
//console.log(qid);
let q={
id: qid,
type: t,

View File

@@ -422,7 +422,7 @@
</el-form-item>
<el-form-item label="考试时长">
<el-col :span="6">{{exam.info.passScore}}分钟</el-col>
<el-col :span="6">{{exam.info.testDuration}}分钟</el-col>
<!-- <el-col :span="9">
<el-form-item label="尝试次数">{{exam.info.times}}</el-form-item>
</el-col> -->