dev-tmp1
tangjie 2026-08-14 09:50:06 +08:00
parent d642995237
commit 5b82e5e26a
2 changed files with 4 additions and 4 deletions

View File

@ -569,7 +569,7 @@ function DepartmentPositionPage(props) {
rows={3}
placeholder="请输入岗位职责"
showCount
maxLength={400}
maxLength={200}
/>
</Form.Item>
<Form.Item name="remark" label="备注">
@ -577,7 +577,7 @@ function DepartmentPositionPage(props) {
rows={2}
placeholder="请输入备注"
showCount
maxLength={400}
maxLength={200}
/>
</Form.Item>
</Form>

View File

@ -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",