From b5f01744833668d7496d45ff301f5d655f1e55bc Mon Sep 17 00:00:00 2001 From: zhanglei Date: Fri, 28 Aug 2026 14:07:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20bug:=E7=BA=BF=E4=B8=8A=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E8=8A=82=E7=82=B9=E6=8F=8F=E8=BF=B0=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SafetyEvalBusiness/ProjectFlow/InternalReviewContent.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Container/SafetyEvalBusiness/ProjectFlow/InternalReviewContent.js b/src/pages/Container/SafetyEvalBusiness/ProjectFlow/InternalReviewContent.js index b451d92..866b94c 100644 --- a/src/pages/Container/SafetyEvalBusiness/ProjectFlow/InternalReviewContent.js +++ b/src/pages/Container/SafetyEvalBusiness/ProjectFlow/InternalReviewContent.js @@ -81,7 +81,7 @@ const InternalReviewContent = ({ readOnly, ...props }) => { "dispatched": "待APP签字", "completed": "已手写签字", }; - + const problemCount = rows.filter( (r) => r.reviewConclusion === "not_conform_to", ).length; @@ -247,13 +247,13 @@ const InternalReviewContent = ({ readOnly, ...props }) => { />
- 总体审核意见 + 内部审核意见