This commit is contained in:
2025-07-18 14:49:16 +08:00
parent 4ebfcdd6d2
commit 1b12e515a0
2 changed files with 5 additions and 1 deletions

View File

@ -128,7 +128,7 @@ export default {
}
},
mounted() {
this.setupAntiCheat();
// this.setupAntiCheat();
},
methods: {
//

View File

@ -11,6 +11,10 @@
<div><strong>及格分数</strong>{{ detailData.qualifyScore }}</div>
<div><strong>考试日期</strong>{{ detailData.startDate }}{{ detailData.endDate }}</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.cardNo }}</div>
<div><strong>手机号</strong>{{ user.phone }}</div>