考试列表调试
This commit is contained in:
parent
5ba794f9b5
commit
0e5e19d52c
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue