From afcf3f538e500f26aea553aa7a71ba355c66ef0a Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Mon, 8 Apr 2024 12:52:12 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=E5=9B=BE=E7=89=87=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=92=99=E5=B1=82=EF=BC=8C=E5=9B=BE=E7=89=87=E6=96=87?= =?UTF-8?q?=E5=AD=97=E9=98=88=E5=80=BC=E5=8F=AF=E6=8B=96=E6=8B=BD"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1cca2fc1d0ed6ffd43981e06dc5f9252333f0cd0. --- src/views/task/content/Content.vue | 543 ++++++++++++----------------- 1 file changed, 225 insertions(+), 318 deletions(-) diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index 32f4ed3..83f86b7 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -1,108 +1,103 @@ @@ -389,18 +388,8 @@ function switchBatch() {
任务ID:{{ taskDetailInfo.fromtaskname }}
@@ -435,20 +424,8 @@ function switchBatch() { -->
- - + +
@@ -463,14 +440,14 @@ function switchBatch() { src="@/assets/images/task/btn-not-pass.png" alt="" @click.stop="rejectHandler(selectItems)" - /> + > + >
@@ -523,27 +500,19 @@ function switchBatch() { class="img-status" src="@/assets/images/task/pass.png" alt="" - /> + > + >
- +
- +
@@ -553,11 +522,7 @@ function switchBatch() { - + @@ -572,47 +537,23 @@ 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)) : '-' }}
@@ -636,23 +577,11 @@ 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)) : '-' }}
- +