From de6505bfb9dc826bdc8abe50767666639f2eb74f Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Sat, 30 Mar 2024 09:07:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E5=9B=BE=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=BA=E9=80=9A=E8=BF=87=E6=88=96=E4=B8=8D=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E7=A6=81=E6=AD=A2=E7=82=B9=E5=87=BB=E5=AE=A1?= =?UTF-8?q?=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/worksheet/content/Content.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index 7cfe6f4..e6b6f41 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -269,7 +269,10 @@ function immersionHandler() { } function showAction() { - const item = taskDetailInfo.value; + const item = taskDetailInfo.value; + if (item.states === 2 || item.states === 3) { + return + } if (batch.value === false) overTask.value = item; }