|
|
@@ -131,10 +131,11 @@
|
|
|
</van-row>
|
|
|
<van-row class="examRow">
|
|
|
<van-col span="8" class="popupTitle">考试人数:</van-col>
|
|
|
+
|
|
|
<van-col
|
|
|
span="16"
|
|
|
class="popupContent"
|
|
|
- >{{ examPopup.examinee===''?'/':examPopup.examinee===null?'/':examPopup.examinee }}</van-col>
|
|
|
+ >{{ examPopup.examinee===''?'/':examPopup.examinee===null?'/':(examPopup.examinee || '').split(',').length }}</van-col>
|
|
|
</van-row>
|
|
|
<van-row class="examRow">
|
|
|
<van-col span="8" class="popupTitle">限考时间:</van-col>
|
|
|
@@ -155,7 +156,9 @@
|
|
|
<van-col
|
|
|
span="16"
|
|
|
class="popupContent"
|
|
|
- >{{ examPopup.duration===''?'/':examPopup.duration===null?'/':examPopup.duration }}</van-col>
|
|
|
+ >{{ examPopup.duration===''?'/':examPopup.duration===null?'/':examPopup.duration=='不限'?examPopup.duration:transformTime(examPopup.duration) }}</van-col>
|
|
|
+ <!-- {{ item.duration===''?'/':item.duration===null?'/':item.duration==='不限'?item.duration:transformTime(item.duration) }} -->
|
|
|
+ <!-- {{list[number].duration==''?'/':list[number].duration==null?'/':list[number].duration=='不限'?list[number].duration:transformTime(list[number].duration)}} -->
|
|
|
</van-row>
|
|
|
<van-row class="examRow">
|
|
|
<van-col span="8" class="popupTitle">达标分数占比:</van-col>
|