fix: bug
parent
b8e631f0e3
commit
94e499646e
|
|
@ -323,7 +323,7 @@ function PersonnelInfoPage(props) {
|
||||||
{
|
{
|
||||||
title: "专业能力",
|
title: "专业能力",
|
||||||
dataIndex: "capabilityAssessment",
|
dataIndex: "capabilityAssessment",
|
||||||
|
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
render: renderCapabilityList,
|
render: renderCapabilityList,
|
||||||
},
|
},
|
||||||
|
|
@ -1040,7 +1040,7 @@ function StaffFormModal({
|
||||||
<Select
|
<Select
|
||||||
placeholder="请选择注安等级"
|
placeholder="请选择注安等级"
|
||||||
allowClear
|
allowClear
|
||||||
options={TITLE_LEVEL_OPTIONS}
|
options={TITLE_LEVEL_OPTIONS.filter((o) => o.value !== "JUNIOR")}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue