feat
parent
d642995237
commit
5b82e5e26a
|
|
@ -569,7 +569,7 @@ function DepartmentPositionPage(props) {
|
||||||
rows={3}
|
rows={3}
|
||||||
placeholder="请输入岗位职责"
|
placeholder="请输入岗位职责"
|
||||||
showCount
|
showCount
|
||||||
maxLength={400}
|
maxLength={200}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item name="remark" label="备注">
|
<Form.Item name="remark" label="备注">
|
||||||
|
|
@ -577,7 +577,7 @@ function DepartmentPositionPage(props) {
|
||||||
rows={2}
|
rows={2}
|
||||||
placeholder="请输入备注"
|
placeholder="请输入备注"
|
||||||
showCount
|
showCount
|
||||||
maxLength={400}
|
maxLength={200}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
|
||||||
|
|
@ -108,8 +108,8 @@ const QualPublicity = (props) => {
|
||||||
return record.businessScope || "-";
|
return record.businessScope || "-";
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ title: "审核部门", dataIndex: "reviewDept", width: 120, ellipsis: true },
|
{ title: "审核部门", dataIndex: "reviewDept", width: 120, ellipsis: true, render: (_, record) => '市应急管理局' },
|
||||||
{ title: "审核通过时间", dataIndex: "reviewTime", width: 120 },
|
{ title: "审核通过时间", dataIndex: "reviewTime", width: 120 ,render: (_, record) => '2026-06-20'},
|
||||||
{
|
{
|
||||||
title: "公示状态",
|
title: "公示状态",
|
||||||
dataIndex: "filingStatusCode",
|
dataIndex: "filingStatusCode",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue