From c1fb29b46fbf3ebbfa29105600d360afd2fba868 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Wed, 4 Feb 2026 08:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A0=94=E5=8F=91=E9=9C=80=E6=B1=8285?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/pages/Container/BranchCompany/Plan/Execute/List/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d48d1ff..7d135d8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-to-print": "^3.2.0", - "zy-react-library": "^1.1.36" + "zy-react-library": "^1.1.42" }, "devDependencies": { "@antfu/eslint-config": "^5.4.1", diff --git a/src/pages/Container/BranchCompany/Plan/Execute/List/index.js b/src/pages/Container/BranchCompany/Plan/Execute/List/index.js index 5ff8412..eaa2d97 100644 --- a/src/pages/Container/BranchCompany/Plan/Execute/List/index.js +++ b/src/pages/Container/BranchCompany/Plan/Execute/List/index.js @@ -95,11 +95,11 @@ 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") && (