From 0d47da06e9c92de9976abb30c5559dc3ae975e68 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Fri, 18 Jul 2025 12:04:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=8D=89=E7=A8=BF=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/workflow/leave/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/workflow/leave/index.vue b/apps/web-antd/src/views/workflow/leave/index.vue index f0224f82..33771094 100644 --- a/apps/web-antd/src/views/workflow/leave/index.vue +++ b/apps/web-antd/src/views/workflow/leave/index.vue @@ -73,8 +73,8 @@ const [BasicTable, tableApi] = useVbenVxeGrid({ gridOptions, gridEvents: { cellClick: ({ row }) => { - // 非草稿状态 不做处理 - if (row.status !== 'draft') { + // 草稿状态 不做处理 + if (row.status === 'draft') { return; } // 查看详情