|
@@ -31,7 +31,10 @@
|
|
<div class="btn" @click="getAllRetestFace" v-if="examState == 43 || examState == 42">重新识别</div>
|
|
<div class="btn" @click="getAllRetestFace" v-if="examState == 43 || examState == 42">重新识别</div>
|
|
</template>
|
|
</template>
|
|
<template v-else>
|
|
<template v-else>
|
|
- <div class="btn startBtn" @click="getReady" v-if="examState == 43">开始测试</div>
|
|
|
|
|
|
+ <template v-if="examState == 43">
|
|
|
|
+ <div class="btn startBtn" @click="getReady" v-if="['jumprope', 'jumpingjack', 'situp'].includes(parameter.project)">开始测试</div>
|
|
|
|
+ <div class="btn startBtn" @click="getStartOneTest" v-else>开始测试</div>
|
|
|
|
+ </template>
|
|
</template>
|
|
</template>
|
|
<div class="btn" :class="{ testRecordBtn: showReportList }" @click="getTestRecord"
|
|
<div class="btn" :class="{ testRecordBtn: showReportList }" @click="getTestRecord"
|
|
v-if="![43, 42].includes(examState)">
|
|
v-if="![43, 42].includes(examState)">
|