feat
parent
d642995237
commit
5b82e5e26a
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue