From 3721cc4801cf75cce46afeaedb10f19afb63fb9a Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Mon, 22 Dec 2025 09:17:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B5=B7=E6=A3=80=E6=9F=A5=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Container/BranchCompany/Plan/Execute/List/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/Container/BranchCompany/Plan/Execute/List/index.js b/src/pages/Container/BranchCompany/Plan/Execute/List/index.js index 720a61d..90855df 100644 --- a/src/pages/Container/BranchCompany/Plan/Execute/List/index.js +++ b/src/pages/Container/BranchCompany/Plan/Execute/List/index.js @@ -91,8 +91,7 @@ function List(props) { && (currentTime.isBefore(planEndTime, "day") || currentTime.isSame(planEndTime, "day")); return ( - {/* props.permission(props.addPermissionKey || "inspection-qy-plan-execute-add") && */} - {(isInProgress) && ( + {(props.permission(props.addPermissionKey || "inspection-qy-plan-execute-add") && isInProgress) && (