From 5aeccffdaff7b7d87d0e46d0776b09a4f7d2a4e9 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Sun, 21 Apr 2024 21:27:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=B7=B2=E5=AE=A1=E6=89=B9=E7=9A=84?= =?UTF-8?q?=E4=B8=8D=E5=8F=AF=E7=A7=BB=E5=85=A5=E5=8F=AF=E7=96=91=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/content/Content.vue | 14 ++++++++------ src/views/worksheet/content/Content.vue | 2 ++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index 02d4090..495889c 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -685,6 +685,9 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') { sortBy.orderType = sortBy.orderType === 'asc' ? 'desc' : 'asc' refreshHandler() } +function nodrage(){ + message.error("已审批无法移入可疑文件夹中!") +}