|
|
@@ -44,7 +44,7 @@
|
|
|
<p>在线考试</p>
|
|
|
<p>
|
|
|
<span :class="!item.isPassed&&item.attemptCount==0?'color-A':(!item.isPassed&&item.attemptCount>0?'color-B':(item.isPassed?'color-C':''))">{{!item.isPassed&&item.attemptCount==0?'未开始':(!item.isPassed&&item.attemptCount>0?'未通过':(item.isPassed?'已通过':''))}}</span>
|
|
|
- <span style="margin-left:20px;">{{item.maxScore>0?'成绩:'+item.maxScore+'分':''}}</span>
|
|
|
+ <span style="margin-left:20px;">{{item.attemptCount>0?'成绩:'+item.maxScore+'分':''}}</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="text-flex-box" v-if="item.examKind==2&&item.conditionType == 4">
|
|
|
@@ -82,7 +82,7 @@
|
|
|
</p>
|
|
|
<p v-if="item.examKind==1&&item.conditionType == 4">
|
|
|
<span :class="!item.isPassed&&item.attemptCount==0?'color-A':(!item.isPassed&&item.attemptCount>0?'color-B':(item.isPassed?'color-C':''))">{{!item.isPassed&&item.attemptCount==0?'未考试':(!item.isPassed&&item.attemptCount>0?'未通过':(item.isPassed?'已通过':''))}}</span>
|
|
|
- <span v-if="item.maxScore>0" style="margin-left:15px;">{{item.maxScore>0?'成绩:'+item.maxScore+'分':''}}</span>
|
|
|
+ <span v-if="item.maxScore>0" style="margin-left:15px;">{{item.attemptCount>0?'成绩:'+item.maxScore+'分':''}}</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="bottom-content-box scrollbar-box">
|