mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
课程内考试 ,时间不显示问题
This commit is contained in:
@@ -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(){ //查询已有的考试试卷
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user