|
|
@@ -30,7 +30,7 @@
|
|
|
<p style="font-size: 24px;"> 说明 </p>
|
|
|
<p class="mt10">岗位名称:{{tpl.name}}<strong style="color: red;">{{tpl.nd}}</strong></p>
|
|
|
<p class="mt10">
|
|
|
- 视频学时: <strong style="color: red;" >学满{{tpl.mediaXs/10}}就算通过</strong>
|
|
|
+ 通过条件: <strong style="color: red;" >学满{{tpl.mediaXs/10}}学时 <span v-show="tpl.tplId>0">并考试合格</span></strong>
|
|
|
</p>
|
|
|
<p class="mt10" v-if="tpl.testGroupId>0">
|
|
|
参与练习: <strong style="color: red;"> {{finishCount}}</strong>题,满100题可得
|
|
|
@@ -39,10 +39,6 @@
|
|
|
<p class="mt10" v-if="tpl.examGroupId>0">
|
|
|
报名成功: <strong style="color: red;" >80天内完成学习与考试</strong>
|
|
|
</p>
|
|
|
- <p class="mt10" v-if="tpl.tplId>0">
|
|
|
- 学时证明: <strong style="color: red;">获得足够学时,可打印</strong>
|
|
|
- </p>
|
|
|
-
|
|
|
<div>
|
|
|
<el-button type="primary" class="mt10" style="font-size: 14px;" @click="startExam" v-if="tpl.examGroupId>0"
|
|
|
:disabled="info.score>=60">
|