|
@@ -106,7 +106,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
<!-- 预览识别结果 -->
|
|
<!-- 预览识别结果 -->
|
|
|
- <el-dialog title="预览识别结果" :visible.sync="showAnsVisible" width="500px" append-to-body>
|
|
|
|
|
|
|
+ <el-dialog title="预览识别结果" :visible.sync="showAnsVisible" width="80%" append-to-body>
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
|
|
<el-image :src="curStudentRecImg">
|
|
<el-image :src="curStudentRecImg">
|
|
|
<div slot="error" class="image-slot">
|
|
<div slot="error" class="image-slot">
|
|
@@ -268,7 +268,7 @@
|
|
|
},
|
|
},
|
|
|
imgForm:{
|
|
imgForm:{
|
|
|
page:1,
|
|
page:1,
|
|
|
- page_size:10
|
|
|
|
|
|
|
+ page_size:20
|
|
|
},
|
|
},
|
|
|
form1: {},
|
|
form1: {},
|
|
|
form2: {},
|
|
form2: {},
|
|
@@ -607,7 +607,7 @@
|
|
|
console.log(e)
|
|
console.log(e)
|
|
|
},
|
|
},
|
|
|
showStudentImgs(row) {
|
|
showStudentImgs(row) {
|
|
|
- this.curStudentRecImg = row.imgs;
|
|
|
|
|
|
|
+ this.curStudentRecImg = JSON.parse(row.imgs)[0];
|
|
|
this.showAnsVisible = true;
|
|
this.showAnsVisible = true;
|
|
|
},
|
|
},
|
|
|
showCurRecImg(row) {
|
|
showCurRecImg(row) {
|