|
@@ -11,21 +11,19 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="19">
|
|
<el-col :span="19">
|
|
<el-row>
|
|
<el-row>
|
|
- <el-col :span="6" class="capture-title">
|
|
|
|
|
|
+ <el-col :span="8" class="capture-title">
|
|
<span>监考数据ID:{{ examRecordDataId }}</span>
|
|
<span>监考数据ID:{{ examRecordDataId }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="12" style="text-align: center">
|
|
|
|
|
|
+ <el-col v-if="showAudit" :span="8" style="text-align: center">
|
|
<el-button
|
|
<el-button
|
|
- v-if="showAudit"
|
|
|
|
|
|
+ circle
|
|
size="small"
|
|
size="small"
|
|
- type="warning"
|
|
|
|
|
|
+ type="primary"
|
|
icon="el-icon-d-arrow-left"
|
|
icon="el-icon-d-arrow-left"
|
|
title="上一条"
|
|
title="上一条"
|
|
@click="openNextAuditDetail('0')"
|
|
@click="openNextAuditDetail('0')"
|
|
- >上一条</el-button
|
|
|
|
- >
|
|
|
|
|
|
+ ></el-button>
|
|
<el-button
|
|
<el-button
|
|
- v-if="showAudit"
|
|
|
|
size="small"
|
|
size="small"
|
|
type="success"
|
|
type="success"
|
|
icon="el-icon-success"
|
|
icon="el-icon-success"
|
|
@@ -34,7 +32,6 @@
|
|
>通过</el-button
|
|
>通过</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
- v-if="showAudit"
|
|
|
|
size="small"
|
|
size="small"
|
|
type="danger"
|
|
type="danger"
|
|
icon="el-icon-error"
|
|
icon="el-icon-error"
|
|
@@ -43,15 +40,24 @@
|
|
>不通过</el-button
|
|
>不通过</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
- v-if="showAudit"
|
|
|
|
|
|
+ circle
|
|
size="small"
|
|
size="small"
|
|
- type="warning"
|
|
|
|
|
|
+ type="primary"
|
|
|
|
+ icon="el-icon-d-arrow-right"
|
|
title="下一条"
|
|
title="下一条"
|
|
@click="openNextAuditDetail('1')"
|
|
@click="openNextAuditDetail('1')"
|
|
- >下一条<i class="el-icon-d-arrow-right el-icon--right"></i
|
|
|
|
></el-button>
|
|
></el-button>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="6" style="text-align: right">
|
|
|
|
|
|
+ <el-col v-if="showAudit" :span="8" style="text-align: right">
|
|
|
|
+ <el-button
|
|
|
|
+ size="small"
|
|
|
|
+ icon="el-icon-arrow-left"
|
|
|
|
+ type="primary"
|
|
|
|
+ @click="back"
|
|
|
|
+ >返回</el-button
|
|
|
|
+ >
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col v-if="!showAudit" :span="16" style="text-align: right">
|
|
<el-button
|
|
<el-button
|
|
size="small"
|
|
size="small"
|
|
icon="el-icon-arrow-left"
|
|
icon="el-icon-arrow-left"
|