diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index 83f86b7..32f4ed3 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -1,103 +1,108 @@ @@ -388,8 +389,18 @@ function switchBatch() {
任务ID:{{ taskDetailInfo.fromtaskname }}
@@ -424,8 +435,20 @@ function switchBatch() { -->
- - + +
@@ -440,14 +463,14 @@ function switchBatch() { src="@/assets/images/task/btn-not-pass.png" alt="" @click.stop="rejectHandler(selectItems)" - > + /> + />
@@ -500,19 +523,27 @@ function switchBatch() { class="img-status" src="@/assets/images/task/pass.png" alt="" - > + /> + />
- +
- +
@@ -522,7 +553,11 @@ function switchBatch() { - + @@ -537,23 +572,47 @@ function switchBatch() { class="icon-status" src="@/assets/images/task/similarity.png" alt="" - > + /> - {{ totalCount }} + {{ totalCount }} + 相似匹配
- - {{ taskDetailInfo?.ocrPicture?.photoDateTimestamp ? formatToDateHMS(Number(taskDetailInfo.ocrPicture.photoDateTimestamp)) : '-' }} + + {{ + taskDetailInfo?.ocrPicture?.photoDateTimestamp + ? formatToDateHMS( + Number(taskDetailInfo.ocrPicture.photoDateTimestamp) + ) + : "-" + }}
- - {{ taskDetailInfo?.ocrPicture?.submitDateTimestamp ? formatToDateHMS(Number(taskDetailInfo.ocrPicture.submitDateTimestamp)) : '-' }} + + {{ + taskDetailInfo?.ocrPicture?.submitDateTimestamp + ? formatToDateHMS( + Number(taskDetailInfo.ocrPicture.submitDateTimestamp) + ) + : "-" + }}
@@ -577,11 +636,23 @@ function switchBatch() { />
-
+
+ /> + />
- - {{ item.photoDateTimestamp ? formatToDateHMS(Number(item.photoDateTimestamp)) : '-' }} + + {{ + item.photoDateTimestamp + ? formatToDateHMS(Number(item.photoDateTimestamp)) + : "-" + }}
- - {{ item.submitDateTimestamp ? formatToDateHMS(Number(item.submitDateTimestamp)) : '-' }} + + {{ + item.submitDateTimestamp + ? formatToDateHMS(Number(item.submitDateTimestamp)) + : "-" + }}
- +