|
@@ -47,7 +47,6 @@
|
|
|
<div class="btn" @click="getStopFace" v-if="examState == 41">停止人脸识别</div>
|
|
|
<div class="btn startBtn" @click="getReady" v-if="examState == 43">开始测试</div>
|
|
|
<div class="btn" @click="getAllRetestFace" v-if="examState == 43 || examState == 42">重新识别</div>
|
|
|
- <div class="btn exitBtn" @click="confirmExit">退 出</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<template v-if="examState == 43">
|
|
@@ -57,6 +56,7 @@
|
|
|
<div class="btn startBtn" @click="getStartOneTest" v-else>开始测试</div>
|
|
|
</template>
|
|
|
</template>
|
|
|
+ <div class="btn exitBtn" @click="confirmExit">退 出</div>
|
|
|
<div class="btn" :class="{ testRecordBtn: showReportList }" @click="getTestRecord" v-if="![43, 42].includes(examState)">
|
|
|
{{ showReportList ? '关闭记录' : '测试记录' }}
|
|
|
</div>
|