考试列表调试
This commit is contained in:
parent
5ba794f9b5
commit
0e5e19d52c
|
@ -36,9 +36,6 @@
|
|||
<span slot="index" slot-scope="text, record, index">
|
||||
{{ index + 1 }}
|
||||
</span>
|
||||
<template slot="testType" slot-scope="text, record">
|
||||
<a-tag>record.candidateNo</a-tag>
|
||||
</template>
|
||||
<template slot="testType" slot-scope="text, record">
|
||||
<a-tag v-if="record.testType == '1'" color="red">线上</a-tag>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue