修改
This commit is contained in:
parent
4ebfcdd6d2
commit
1b12e515a0
@ -128,7 +128,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.setupAntiCheat();
|
// this.setupAntiCheat();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 答题卡样式
|
// 答题卡样式
|
||||||
|
|||||||
@ -11,6 +11,10 @@
|
|||||||
<div><strong>及格分数:</strong>{{ detailData.qualifyScore }}分</div>
|
<div><strong>及格分数:</strong>{{ detailData.qualifyScore }}分</div>
|
||||||
<div><strong>考试日期:</strong>{{ detailData.startDate }}至{{ detailData.endDate }}</div>
|
<div><strong>考试日期:</strong>{{ detailData.startDate }}至{{ detailData.endDate }}</div>
|
||||||
<div><strong>考试时间:</strong>{{ detailData.startTime }}至{{ detailData.endTime }}</div>
|
<div><strong>考试时间:</strong>{{ detailData.startTime }}至{{ detailData.endTime }}</div>
|
||||||
|
<div><strong>考试类型:</strong>
|
||||||
|
{{ detailData.examType == 1 ? "模拟考试" : "" }}
|
||||||
|
{{ detailData.examType == 2 ? "正式考试" : "" }}
|
||||||
|
{{ detailData.examType == 3 ? "补考" : "" }}</div>
|
||||||
<div><strong>考试人员:</strong>{{ user.realName }}</div>
|
<div><strong>考试人员:</strong>{{ user.realName }}</div>
|
||||||
<div><strong>身份证:</strong>{{ user.cardNo }}</div>
|
<div><strong>身份证:</strong>{{ user.cardNo }}</div>
|
||||||
<div><strong>手机号:</strong>{{ user.phone }}</div>
|
<div><strong>手机号:</strong>{{ user.phone }}</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user