|
@@ -129,14 +129,14 @@
|
|
|
class="popupContent"
|
|
class="popupContent"
|
|
|
>{{ examPopup.totalScore===''?'/':examPopup.totalScore===null?'/':examPopup.totalScore }}</van-col>
|
|
>{{ examPopup.totalScore===''?'/':examPopup.totalScore===null?'/':examPopup.totalScore }}</van-col>
|
|
|
</van-row>
|
|
</van-row>
|
|
|
- <van-row class="examRow">
|
|
|
|
|
|
|
+ <!-- <van-row class="examRow">
|
|
|
<van-col span="8" class="popupTitle">考试人数:</van-col>
|
|
<van-col span="8" class="popupTitle">考试人数:</van-col>
|
|
|
|
|
|
|
|
<van-col
|
|
<van-col
|
|
|
span="16"
|
|
span="16"
|
|
|
class="popupContent"
|
|
class="popupContent"
|
|
|
- >{{ examPopup.examinee===''?'/':examPopup.examinee===null?'/':(examPopup.examinee || '').split(',').length }}</van-col>
|
|
|
|
|
- </van-row>
|
|
|
|
|
|
|
+ >{{ examPopup.allExaminee===''?'/':examPopup.allExaminee===null?'/':(examPopup.allExaminee || '').split(',').length }}</van-col>
|
|
|
|
|
+ </van-row> -->
|
|
|
<van-row class="examRow">
|
|
<van-row class="examRow">
|
|
|
<van-col span="8" class="popupTitle">限考时间:</van-col>
|
|
<van-col span="8" class="popupTitle">限考时间:</van-col>
|
|
|
<van-col
|
|
<van-col
|