From 138b6373c586978c8179a5b061cb7c2ea9c5b2a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Wed, 14 May 2025 10:21:21 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-983]=E5=AE=A1=E6=89=B9=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=85=B6=E4=BD=99=E7=8A=B6=E6=80=81=E9=83=BD?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/item/applicationRecord/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/eam/item/applicationRecord/index.vue b/src/views/eam/item/applicationRecord/index.vue index d107098..f75e083 100644 --- a/src/views/eam/item/applicationRecord/index.vue +++ b/src/views/eam/item/applicationRecord/index.vue @@ -180,7 +180,7 @@ } const isShowApproveButton = (row) => { - if (row.status == 4 || row.isApprove == 'TRUE') { + if (row.isApprove == 'TRUE') { return true } else { return false