|
|
@@ -57,9 +57,7 @@
|
|
|
<div class="skuDeatil">
|
|
|
<div class="headline" style="margin-top: 10px">
|
|
|
<span class="headlineIcon"></span>
|
|
|
- <span class="headlineTitle"
|
|
|
- >SKU图像识别结果:{{ formData.taskPhotoRecognitionResult.length }} 个</span
|
|
|
- >
|
|
|
+ <span class="headlineTitle">SKU图像识别结果</span>
|
|
|
</div>
|
|
|
<el-table
|
|
|
:data="formData.taskPhotoRecognitionResult"
|
|
|
@@ -221,6 +219,7 @@ export default {
|
|
|
(val) => val.taskId == this.$route.query.taskId,
|
|
|
);
|
|
|
this.formData = this.dataList[0];
|
|
|
+ console.log(this.formData.taskPhotoRecognitionResult);
|
|
|
this.getSpanArr(this.formData.taskPhotoRecognitionResult);
|
|
|
console.log(this.formData);
|
|
|
} else {
|
|
|
@@ -469,4 +468,7 @@ export default {
|
|
|
background-color: #f5f5f5;
|
|
|
}
|
|
|
}
|
|
|
+.el-table::before {
|
|
|
+ height: 0;
|
|
|
+}
|
|
|
</style>
|