|
@@ -12,7 +12,7 @@
|
|
|
<el-col :span="19">
|
|
|
<el-row>
|
|
|
<el-col :span="8" class="capture-title">
|
|
|
- <span>监考数据ID:{{ examRecordDataId }}</span>
|
|
|
+ <span>考试记录ID:{{ examRecordDataId }}</span>
|
|
|
</el-col>
|
|
|
<el-col v-if="showAudit" :span="8" style="text-align: center">
|
|
|
<el-button
|
|
@@ -71,55 +71,49 @@
|
|
|
<el-col :span="24">
|
|
|
<el-table :data="examAuditData" border>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
- label="学习中心"
|
|
|
- prop="orgName"
|
|
|
- min-width="110px"
|
|
|
- ></el-table-column>
|
|
|
- <el-table-column
|
|
|
- sortable
|
|
|
- label="年级"
|
|
|
- prop="grade"
|
|
|
+ label="姓名"
|
|
|
+ prop="studentName"
|
|
|
+ min-width="90px"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
label="学号"
|
|
|
prop="studentCode"
|
|
|
- min-width="110px"
|
|
|
+ min-width="90px"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
label="身份证号"
|
|
|
prop="identityNumber"
|
|
|
- min-width="120px"
|
|
|
- ></el-table-column>
|
|
|
- <el-table-column
|
|
|
- sortable
|
|
|
- label="姓名"
|
|
|
- prop="studentName"
|
|
|
+ min-width="90px"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
label="课程代码"
|
|
|
prop="courseCode"
|
|
|
- min-width="110px"
|
|
|
+ min-width="90px"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
label="课程名称"
|
|
|
prop="courseName"
|
|
|
- min-width="110px"
|
|
|
+ min-width="90px"
|
|
|
></el-table-column>
|
|
|
- <el-table-column sortable label="课程层次" min-width="110px">
|
|
|
+ <el-table-column label="课程层次" width="80">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-html="getLevel(scope.row.courseLevel)"></span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
label="客观题总分"
|
|
|
prop="objectiveTotalScore"
|
|
|
- min-width="150px"
|
|
|
+ width="95"
|
|
|
+ ></el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ label="学习中心"
|
|
|
+ prop="orgName"
|
|
|
+ min-width="90px"
|
|
|
+ ></el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ label="年级"
|
|
|
+ width="60"
|
|
|
+ prop="grade"
|
|
|
></el-table-column>
|
|
|
</el-table>
|
|
|
</el-col>
|
|
@@ -128,54 +122,46 @@
|
|
|
<el-col :span="24">
|
|
|
<el-table :data="examAuditData" border>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
label="切屏次数"
|
|
|
prop="switchScreenCount"
|
|
|
- width="110"
|
|
|
+ width="80"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
label="校验(次)"
|
|
|
prop="faceTotalCount"
|
|
|
- width="100"
|
|
|
+ width="80"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
label="成功(次)"
|
|
|
prop="faceSuccessCount"
|
|
|
- width="100"
|
|
|
+ width="80"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
label="陌生人(次)"
|
|
|
prop="faceStrangerCount"
|
|
|
- width="120"
|
|
|
+ width="90"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- width="140"
|
|
|
- sortable
|
|
|
+ width="100"
|
|
|
label="人脸比对(%)"
|
|
|
prop="faceSuccessPercent"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- width="140"
|
|
|
- sortable
|
|
|
+ width="115"
|
|
|
label="人脸真实性(%)"
|
|
|
prop="baiduFaceLivenessSuccessPercent"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- width="120"
|
|
|
- sortable
|
|
|
+ min-width="90px"
|
|
|
label="虚拟设备"
|
|
|
prop="virtualCameraNames"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
label="违纪类型"
|
|
|
prop="disciplineType"
|
|
|
- width="130"
|
|
|
+ min-width="90px"
|
|
|
></el-table-column>
|
|
|
- <el-table-column sortable label="违纪说明" width="260">
|
|
|
+ <el-table-column label="违纪说明" min-width="90px">
|
|
|
<template slot-scope="scope">
|
|
|
<span
|
|
|
v-html="disciplineTypeFilter(scope.row.disciplineDetail)"
|
|
@@ -183,8 +169,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
- width="120"
|
|
|
- sortable
|
|
|
+ width="80"
|
|
|
label="审核结果"
|
|
|
prop="status"
|
|
|
></el-table-column>
|
|
@@ -214,20 +199,17 @@
|
|
|
<el-col :span="24">
|
|
|
<el-table :data="examProcessRecordData" border>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
label="考试过程"
|
|
|
prop="processName"
|
|
|
- width="200"
|
|
|
+ width="180"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
- label="日期"
|
|
|
+ label="记录时间"
|
|
|
prop="recordTime"
|
|
|
- width="200"
|
|
|
+ width="180"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
- sortable
|
|
|
- label="客户端ip"
|
|
|
+ label="客户端IP"
|
|
|
prop="sourceIp"
|
|
|
></el-table-column>
|
|
|
</el-table>
|
|
@@ -355,7 +337,7 @@ export default {
|
|
|
.then((response) => {
|
|
|
if (response.data) {
|
|
|
this.showAudit =
|
|
|
- isPendingAudit == "false" &&
|
|
|
+ isPendingAudit == "true" &&
|
|
|
response.data.isWarn &&
|
|
|
!response.data.isAudit;
|
|
|
// if (response.data.virtualCameraNames === "") {
|