|
@@ -95,7 +95,7 @@
|
|
|
:data="tableData"
|
|
|
border
|
|
|
>
|
|
|
- <el-table-column fixed label="考试ID">
|
|
|
+ <el-table-column label="考试ID" width="120">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
v-show="currentPagePrivileges.SNAPSHOT_DETAILS"
|
|
@@ -108,45 +108,121 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column fixed sortable label="学习中心" prop="orgName">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="学习中心"
|
|
|
+ prop="orgName"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column fixed sortable label="姓名" prop="studentName">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="姓名"
|
|
|
+ prop="studentName"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="身份证号" prop="identityNumber">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="身份证号"
|
|
|
+ prop="identityNumber"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="学号" prop="studentCode">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="学号"
|
|
|
+ prop="studentCode"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="课程" prop="courseNameAndCode">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="课程"
|
|
|
+ prop="courseNameAndCode"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="课程层次" prop="courseLevel">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="课程层次"
|
|
|
+ prop="courseLevel"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="年级" prop="grade">
|
|
|
+ <el-table-column sortable label="年级" prop="grade" width="120">
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="学生电话" prop="phone">
|
|
|
+ <el-table-column sortable label="学生电话" prop="phone" width="120">
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="采集人" prop="infoCollector">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="采集人"
|
|
|
+ prop="infoCollector"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="考试次数" prop="examOrder">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="考试次数"
|
|
|
+ prop="examOrder"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="开考时间" prop="paperStartTime">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="开考时间"
|
|
|
+ prop="paperStartTime"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="交卷时间" prop="paperSubmitTime">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="交卷时间"
|
|
|
+ prop="paperSubmitTime"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="持续时间" prop="examTime">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="持续时间"
|
|
|
+ prop="examTime"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
- label="校验成功率"
|
|
|
+ label="校验成功率(%)"
|
|
|
prop="faceSuccessPercent"
|
|
|
+ width="150"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="续考次数" prop="continuedCount">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="续考次数"
|
|
|
+ prop="continuedCount"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="卷面总分" prop="paperTotalScore">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="卷面总分"
|
|
|
+ prop="paperTotalScore"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="是否违纪" prop="isIllegality">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="是否违纪"
|
|
|
+ prop="isIllegality"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable label="是否提交" prop="isSubmit">
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="是否提交"
|
|
|
+ prop="isSubmit"
|
|
|
+ width="120"
|
|
|
+ >
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
fixed="right"
|