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 }}% +
+
+ +
+
+