考试列表调试

This commit is contained in:
18571350067 2022-02-26 16:21:04 +08:00
parent 5ba794f9b5
commit 0e5e19d52c
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@
<span slot="index" slot-scope="text, record, index"> <span slot="index" slot-scope="text, record, index">
{{ index + 1 }} {{ index + 1 }}
</span> </span>
<template slot="testType" slot-scope="text, record">
<a-tag>record.candidateNo</a-tag>
</template>
<template slot="testType" slot-scope="text, record"> <template slot="testType" slot-scope="text, record">
<a-tag v-if="record.testType == '1'" color="red">线上</a-tag> <a-tag v-if="record.testType == '1'" color="red">线上</a-tag>
</template> </template>