|
@@ -229,7 +229,7 @@
|
|
@selection-change="handleSelectionChange"
|
|
@selection-change="handleSelectionChange"
|
|
>
|
|
>
|
|
<el-table-column type="selection" width="40"></el-table-column>
|
|
<el-table-column type="selection" width="40"></el-table-column>
|
|
- <el-table-column label="考试ID">
|
|
|
|
|
|
+ <el-table-column label="考试记录ID" width="95">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
v-show="currentPagePrivileges.SNAPSHOT_DETAILS"
|
|
v-show="currentPagePrivileges.SNAPSHOT_DETAILS"
|
|
@@ -242,142 +242,122 @@
|
|
}}</span>
|
|
}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="场次" width="120">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <el-popover trigger="hover" placement="left">
|
|
|
|
- <div style="font-size: 18px; font-family: 新宋体">
|
|
|
|
- <tr>
|
|
|
|
- <td style="color: green">场次序号</td>
|
|
|
|
- <td style="color: purple; padding-left: 20px">
|
|
|
|
- {{ scope.row.examStageOrder }}
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td style="color: green">开始时间</td>
|
|
|
|
- <td style="color: purple; padding-left: 20px">
|
|
|
|
- {{ scope.row.startTime }}
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td style="color: green">结束时间</td>
|
|
|
|
- <td style="color: purple; padding-left: 20px">
|
|
|
|
- {{ scope.row.endTime }}
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <div slot="reference" class="name-wrapper">
|
|
|
|
- <span>{{ scope.row.examStageOrder }}</span>
|
|
|
|
- </div>
|
|
|
|
- </el-popover>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
|
|
+ min-width="100"
|
|
label="姓名"
|
|
label="姓名"
|
|
prop="studentName"
|
|
prop="studentName"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
label="身份证号"
|
|
label="身份证号"
|
|
prop="identityNumber"
|
|
prop="identityNumber"
|
|
- width="120"
|
|
|
|
|
|
+ min-width="100"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
label="学号"
|
|
label="学号"
|
|
prop="studentCode"
|
|
prop="studentCode"
|
|
- width="120"
|
|
|
|
|
|
+ min-width="100"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
label="课程"
|
|
label="课程"
|
|
prop="courseName"
|
|
prop="courseName"
|
|
- width="120"
|
|
|
|
|
|
+ min-width="90"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
label="课程层次"
|
|
label="课程层次"
|
|
prop="courseLevel"
|
|
prop="courseLevel"
|
|
- width="120"
|
|
|
|
|
|
+ width="80"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
label="校验次数"
|
|
label="校验次数"
|
|
prop="faceTotalCount"
|
|
prop="faceTotalCount"
|
|
- width="120"
|
|
|
|
|
|
+ width="80"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
label="成功次数"
|
|
label="成功次数"
|
|
prop="faceSuccessCount"
|
|
prop="faceSuccessCount"
|
|
- width="120"
|
|
|
|
|
|
+ width="80"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
- label="陌生人记录"
|
|
|
|
|
|
+ label="陌生人次数"
|
|
prop="faceStrangerCount"
|
|
prop="faceStrangerCount"
|
|
- width="120"
|
|
|
|
|
|
+ width="95"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
- label="人脸识别成功率(%)"
|
|
|
|
|
|
+ label="人脸比对(%)"
|
|
prop="faceSuccessPercent"
|
|
prop="faceSuccessPercent"
|
|
- width="180"
|
|
|
|
|
|
+ width="100"
|
|
|
|
+ ></el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="切屏次数"
|
|
|
|
+ prop="switchScreenCount"
|
|
|
|
+ width="80"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
label="考试次数"
|
|
label="考试次数"
|
|
prop="examOrder"
|
|
prop="examOrder"
|
|
- width="120"
|
|
|
|
|
|
+ width="80"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
|
|
+ <el-table-column label="场次" min-width="90">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <el-popover trigger="hover" placement="left">
|
|
|
|
+ <div style="font-size: 18px; font-family: 新宋体">
|
|
|
|
+ <tr>
|
|
|
|
+ <td style="color: green">场次序号</td>
|
|
|
|
+ <td style="color: purple; padding-left: 20px">
|
|
|
|
+ {{ scope.row.examStageOrder }}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td style="color: green">开始时间</td>
|
|
|
|
+ <td style="color: purple; padding-left: 20px">
|
|
|
|
+ {{ scope.row.startTime }}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td style="color: green">结束时间</td>
|
|
|
|
+ <td style="color: purple; padding-left: 20px">
|
|
|
|
+ {{ scope.row.endTime }}
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div slot="reference" class="name-wrapper">
|
|
|
|
+ <span>{{ scope.row.examStageOrder }}</span>
|
|
|
|
+ </div>
|
|
|
|
+ </el-popover>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
label="开考时间"
|
|
label="开考时间"
|
|
prop="paperStartTime"
|
|
prop="paperStartTime"
|
|
- width="120"
|
|
|
|
|
|
+ width="180"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
label="交卷时间"
|
|
label="交卷时间"
|
|
prop="paperSubmitTime"
|
|
prop="paperSubmitTime"
|
|
- width="120"
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- sortable
|
|
|
|
- label="切屏次数"
|
|
|
|
- prop="switchScreenCount"
|
|
|
|
- width="120"
|
|
|
|
|
|
+ width="180"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
label="审核说明"
|
|
label="审核说明"
|
|
prop="disciplineType"
|
|
prop="disciplineType"
|
|
- width="120"
|
|
|
|
|
|
+ width="150"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
- label="审核结果"
|
|
|
|
- prop="status"
|
|
|
|
- width="120"
|
|
|
|
- ></el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- sortable
|
|
|
|
label="审核人"
|
|
label="审核人"
|
|
prop="auditUserName"
|
|
prop="auditUserName"
|
|
- width="180"
|
|
|
|
|
|
+ width="120"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
label="审核时间"
|
|
label="审核时间"
|
|
prop="paperAuditTime"
|
|
prop="paperAuditTime"
|
|
- width="120"
|
|
|
|
|
|
+ width="180"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
|
|
+ <el-table-column label="IP" prop="ip" width="125"></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
- sortable
|
|
|
|
- label="Ip"
|
|
|
|
- prop="ip"
|
|
|
|
- width="120"
|
|
|
|
|
|
+ fixed="right"
|
|
|
|
+ label="审核结果"
|
|
|
|
+ prop="status"
|
|
|
|
+ width="80"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
<div class="block pull-right">
|
|
<div class="block pull-right">
|