|
@@ -29,38 +29,42 @@
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
- <el-col :span="9">
|
|
|
|
|
|
+ <el-col :span="12">
|
|
<div>
|
|
<div>
|
|
<p style="font-size: 24px;"> 考试情况 </p>
|
|
<p style="font-size: 24px;"> 考试情况 </p>
|
|
<p class="mt5">
|
|
<p class="mt5">
|
|
<span style="width:240px;margin: 0px;padding: 0px;">
|
|
<span style="width:240px;margin: 0px;padding: 0px;">
|
|
- 专项练习: 完成<strong style="color: red;"> {{extraXs|testCount}}</strong>题
|
|
|
|
|
|
+ 专项练习1: 完成<strong style="color: red;"> {{extraXs|testCount}}</strong>题
|
|
</span>
|
|
</span>
|
|
<el-button @click="startExamTest()" type="text">开始练习</el-button>
|
|
<el-button @click="startExamTest()" type="text">开始练习</el-button>
|
|
</p>
|
|
</p>
|
|
<p class="mt5">
|
|
<p class="mt5">
|
|
<span style="width:240px;margin: 0px;padding: 0px;">
|
|
<span style="width:240px;margin: 0px;padding: 0px;">
|
|
- 模拟试卷1: 最高<strong style="color: red;"> {{extraXs.score1}}</strong>分
|
|
|
|
|
|
+ 全真模拟1: 最高<strong style="color: red;"> {{extraXs.score1}}</strong>分
|
|
</span>
|
|
</span>
|
|
- <el-button @click="startExam(7)" type="text">开始考试</el-button>
|
|
|
|
|
|
+ <el-button @click="startExam(7)" type="text" v-if="extraXs.score1<60">开始考试</el-button>
|
|
|
|
+ <el-button v-else>考试通过</el-button>
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<p class="mt5">
|
|
<p class="mt5">
|
|
<span style="width:240px;margin: 0px;padding: 0px;">
|
|
<span style="width:240px;margin: 0px;padding: 0px;">
|
|
- 模拟试卷2: 最高<strong style="color: red;"> {{extraXs.score2}}</strong>分
|
|
|
|
|
|
+ 全真模拟2: 最高<strong style="color: red;"> {{extraXs.score2}}</strong>分
|
|
</span>
|
|
</span>
|
|
- <el-button @click="startExam(8)" type="text">开始考试</el-button>
|
|
|
|
|
|
+ <el-button v-if="extraXs.score2<60" @click="startExam(8)" type="text">开始考试</el-button>
|
|
|
|
+ <el-button v-else>考试通过</el-button>
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<p class="mt5">
|
|
<p class="mt5">
|
|
<span style="width:240px;margin: 0px;padding: 0px;">
|
|
<span style="width:240px;margin: 0px;padding: 0px;">
|
|
- 模拟试卷3: 最高<strong style="color: red;"> {{extraXs.score3}}</strong>分
|
|
|
|
|
|
+ 全真模拟3: 最高<strong style="color: red;"> {{extraXs.score3}}</strong>分
|
|
</span>
|
|
</span>
|
|
- <el-button @click="startExam(9)" type="text">开始考试</el-button>
|
|
|
|
|
|
+ <el-button v-if="extraXs.score3<60" @click="startExam(9)" type="text">开始考试</el-button>
|
|
|
|
+ <el-button v-else>考试通过</el-button>
|
|
</p>
|
|
</p>
|
|
- <p class="mt5">备注信息:<br>
|
|
|
|
-
|
|
|
|
- <strong style="color: red;" class="pl20">专项练习完成100题可以获得10学时,模拟试卷三个都完成可以获得10学时</strong>
|
|
|
|
|
|
+ <p class="mt5">
|
|
|
|
+ <strong style="color: red;" class="pl20">
|
|
|
|
+ 专项练习10学时(累计答题100题:包含单选、多选、判断、案例)<br>全真模拟10学时(创建3份试卷不计成绩多少完成即可)
|
|
|
|
+ </strong>
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|