预约考试页面字样调整

This commit is contained in:
18571350067 2022-02-23 14:38:07 +08:00
parent c6d320c48c
commit e05d8f7084
1 changed files with 0 additions and 5 deletions

View File

@ -34,14 +34,9 @@
{{ record.examTime }}分钟 {{ record.examTime }}分钟
</template> </template>
<span slot="action" slot-scope="text, record"> <span slot="action" slot-scope="text, record">
<template v-if="record.subscribeStatus == 0">
<a disabled>预约考试</a>
</template>
<template v-else>
<a v-if="record.examCondition === 2" @click="handlerMarker(record)">预约考试</a> <a v-if="record.examCondition === 2" @click="handlerMarker(record)">预约考试</a>
<a v-if="record.examCondition === 1" @click="handlerGoReport(record)">查看详情</a> <a v-if="record.examCondition === 1" @click="handlerGoReport(record)">查看详情</a>
<a v-if="record.examCondition === 3" @click="handlerGoExam(record)">进入考试</a> <a v-if="record.examCondition === 3" @click="handlerGoExam(record)">进入考试</a>
</template>
</span> </span>
</s-table> </s-table>
</a-tab-pane> </a-tab-pane>