diff --git a/src/pages/Container/SafetyEvalBusiness/ProjectFlow/ContractContent.js b/src/pages/Container/SafetyEvalBusiness/ProjectFlow/ContractContent.js
index 93c27be..4029525 100644
--- a/src/pages/Container/SafetyEvalBusiness/ProjectFlow/ContractContent.js
+++ b/src/pages/Container/SafetyEvalBusiness/ProjectFlow/ContractContent.js
@@ -193,12 +193,7 @@ const ContractContent = ({ readOnly, ...props }) => {
name="projectIntro"
rules={[{ required: true, message: "请填写项目简介" }]}
>
-
+
@@ -229,8 +224,6 @@ const ContractContent = ({ readOnly, ...props }) => {
>
@@ -424,12 +417,7 @@ const ContractContent = ({ readOnly, ...props }) => {
-
+
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 }) => {
/>
- 总体审核意见
+ 内部审核意见