预约考试页面字样调整
This commit is contained in:
parent
c6d320c48c
commit
e05d8f7084
|
@ -34,14 +34,9 @@
|
|||
{{ record.examTime }}分钟
|
||||
</template>
|
||||
<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 === 1" @click="handlerGoReport(record)">查看详情</a>
|
||||
<a v-if="record.examCondition === 3" @click="handlerGoExam(record)">进入考试</a>
|
||||
</template>
|
||||
</span>
|
||||
</s-table>
|
||||
</a-tab-pane>
|
||||
|
|
Loading…
Reference in New Issue