|
@@ -16,8 +16,7 @@
|
|
|
:key="item.name"
|
|
|
:label="item.desc"
|
|
|
:value="item.name"
|
|
|
- >
|
|
|
- </el-option>
|
|
|
+ ></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -29,16 +28,15 @@
|
|
|
size="small"
|
|
|
icon="el-icon-search"
|
|
|
type="primary"
|
|
|
- >查询
|
|
|
- </el-button>
|
|
|
+ >查询</el-button
|
|
|
+ >
|
|
|
<el-button
|
|
|
size="small"
|
|
|
icon="el-icon-refresh"
|
|
|
@click="resetForm"
|
|
|
style="margin-right:10px;"
|
|
|
+ >重置</el-button
|
|
|
>
|
|
|
- 重置
|
|
|
- </el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
@@ -52,8 +50,8 @@
|
|
|
></commonExportVue>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-row class="margin-top-10"
|
|
|
- ><el-col :span="24">
|
|
|
+ <el-row class="margin-top-10">
|
|
|
+ <el-col :span="24">
|
|
|
<el-table
|
|
|
v-loading="tableLoading"
|
|
|
element-loading-text="数据加载中"
|
|
@@ -68,83 +66,79 @@
|
|
|
v-show="currentPagePrivileges.SNAPSHOT_DETAILS"
|
|
|
@click="gotoCaptureDetail(scope.row.examRecordDataId)"
|
|
|
type="text"
|
|
|
- >{{ scope.row.examRecordDataId }}
|
|
|
- </el-button>
|
|
|
- <span v-show="!currentPagePrivileges.SNAPSHOT_DETAILS">
|
|
|
- {{ scope.row.examRecordDataId }}
|
|
|
- </span>
|
|
|
+ >{{ scope.row.examRecordDataId }}</el-button
|
|
|
+ >
|
|
|
+ <span v-show="!currentPagePrivileges.SNAPSHOT_DETAILS">{{
|
|
|
+ scope.row.examRecordDataId
|
|
|
+ }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ sortable
|
|
|
+ label="学习中心"
|
|
|
+ prop="orgName"
|
|
|
+ width="150"
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column
|
|
|
width="120"
|
|
|
sortable
|
|
|
label="姓名"
|
|
|
prop="studentName"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
label="身份证号"
|
|
|
prop="identityNumber"
|
|
|
width="120"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
label="学号"
|
|
|
prop="studentCode"
|
|
|
width="120"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
label="课程"
|
|
|
prop="courseName"
|
|
|
width="120"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
label="课程层次"
|
|
|
prop="courseLevel"
|
|
|
width="120"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
label="校验次数"
|
|
|
prop="faceTotalCount"
|
|
|
width="120"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
label="成功次数"
|
|
|
prop="faceSuccessCount"
|
|
|
width="120"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
label="陌生人记录"
|
|
|
prop="faceStrangerCount"
|
|
|
width="150"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
label="成功率(%)"
|
|
|
prop="faceSuccessPercent"
|
|
|
width="150"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column
|
|
|
sortable
|
|
|
label="违纪类型"
|
|
|
prop="disciplineType"
|
|
|
width="120"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ ></el-table-column>
|
|
|
</el-table>
|
|
|
<div class="block pull-right">
|
|
|
<el-pagination
|
|
@@ -155,9 +149,10 @@
|
|
|
:page-size="form.pageSize"
|
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
|
:total="total"
|
|
|
- >
|
|
|
- </el-pagination></div></el-col
|
|
|
- ></el-row>
|
|
|
+ ></el-pagination>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
</el-main>
|
|
|
</el-container>
|
|
|
</template>
|
|
@@ -190,6 +185,7 @@ export default {
|
|
|
livenessSuccessPercentUpper: null,
|
|
|
identityNumber: null,
|
|
|
orgId: null,
|
|
|
+ orgName: null,
|
|
|
studentCode: null,
|
|
|
studentName: null,
|
|
|
isWarn: null,
|
|
@@ -232,6 +228,7 @@ export default {
|
|
|
livenessSuccessPercentUpper: null,
|
|
|
identityNumber: null,
|
|
|
orgId: null,
|
|
|
+ orgName: null,
|
|
|
studentCode: null,
|
|
|
studentName: null,
|
|
|
isWarn: null,
|