diff --git a/src/pages/Container/EnterpriseInfo/DepartmentPosition/index.js b/src/pages/Container/EnterpriseInfo/DepartmentPosition/index.js
index 0181e12..4e357ac 100644
--- a/src/pages/Container/EnterpriseInfo/DepartmentPosition/index.js
+++ b/src/pages/Container/EnterpriseInfo/DepartmentPosition/index.js
@@ -569,7 +569,7 @@ function DepartmentPositionPage(props) {
rows={3}
placeholder="请输入岗位职责"
showCount
- maxLength={400}
+ maxLength={200}
/>
@@ -577,7 +577,7 @@ function DepartmentPositionPage(props) {
rows={2}
placeholder="请输入备注"
showCount
- maxLength={400}
+ maxLength={200}
/>
diff --git a/src/pages/Container/QualificationReview/QualPublicity/index.js b/src/pages/Container/QualificationReview/QualPublicity/index.js
index 2c255de..95ae729 100644
--- a/src/pages/Container/QualificationReview/QualPublicity/index.js
+++ b/src/pages/Container/QualificationReview/QualPublicity/index.js
@@ -108,8 +108,8 @@ const QualPublicity = (props) => {
return record.businessScope || "-";
},
},
- { title: "审核部门", dataIndex: "reviewDept", width: 120, ellipsis: true },
- { title: "审核通过时间", dataIndex: "reviewTime", width: 120 },
+ { title: "审核部门", dataIndex: "reviewDept", width: 120, ellipsis: true, render: (_, record) => '市应急管理局' },
+ { title: "审核通过时间", dataIndex: "reviewTime", width: 120 ,render: (_, record) => '2026-06-20'},
{
title: "公示状态",
dataIndex: "filingStatusCode",