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 }) => { />
- 总体审核意见 + 内部审核意见