From 79dde563fe2dccc8dab3d456c12144bc307385b8 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Wed, 10 Apr 2024 23:49:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B2=89=E6=B5=B8=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E5=B0=8F=E5=9B=BE=E7=89=87=E7=9A=84=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=8F=8A=E6=89=B9=E9=87=8F=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/content/Content.vue | 276 +++++++++++++++++++++++++++-- 1 file changed, 266 insertions(+), 10 deletions(-) diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index ac2cfe2..a03961b 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -283,8 +283,19 @@ function approvalHandler(items?: any) { onNegativeClick: () => {overTask.value = null;}, }); } +function approvalHandlerx(item?:any){ + + console.log(item) + alert(1) +} +function singleRejectHandlex(item?:any){ + console.log(item) + const modal = unref(notPassModalRef)! as any; + modal.showModal([item]); +} function rejectHandler(items?: any) { + console.log(items) const modal = unref(notPassModalRef)! as any; modal.showModal(items); } @@ -420,6 +431,7 @@ function overTaskHandle() { function leaveTaskHandler() { overTask.value = null; + overTasktwo.value = null; } function showActionsModal() { @@ -998,40 +1010,140 @@ function closePassno(){ style="margin-left: 5px" name="sort" size="12" - v-show="selectedSortName !== 'createdate'" + />
相似度排序
-
+
+
+
+
+ +
+ + +
+
+
+
+ +
+ + + +
+
+ + {{ + item.photoDateTimestamp + ? formatToDateHMS(Number(item.photoDateTimestamp)) + : "-" + }} +
+
+ + {{ + item.submitDateTimestamp + ? formatToDateHMS(Number(item.submitDateTimestamp)) + : "-" + }} +
+
+
+ {{ item.similarityScore }}% +
+
+ +
+
+