From 22fb56564dffbcf55f40df756af708e44f217c10 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Mon, 8 Apr 2024 14:33:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=9B=BE=E7=89=87=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E5=8A=A0=E8=92=99=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/content/Content.vue | 555 +++++++++++++++++------------ 1 file changed, 322 insertions(+), 233 deletions(-) diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index ca8cd01..7ffd82d 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -1,105 +1,110 @@ @@ -390,8 +391,18 @@ function switchBatch() {
任务ID:{{ taskDetailInfo.fromtaskname }}
@@ -426,8 +437,20 @@ function switchBatch() { -->
- - + +
@@ -442,14 +465,14 @@ function switchBatch() { src="@/assets/images/task/btn-not-pass.png" alt="" @click.stop="rejectHandler(selectItems)" - > + /> + />
@@ -502,19 +525,27 @@ function switchBatch() { class="img-status" src="@/assets/images/task/pass.png" alt="" - > + /> + />
- +
- +
@@ -524,7 +555,11 @@ function switchBatch() { - + @@ -539,23 +574,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) + ) + : "-" + }}
@@ -579,15 +638,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)) + : "-" + }}
- +