fix
parent
a7fe1e31e4
commit
4f4fbd0462
|
|
@ -991,6 +991,8 @@ function StaffFormModal({
|
||||||
<Select
|
<Select
|
||||||
placeholder="请选择注安专业类别"
|
placeholder="请选择注安专业类别"
|
||||||
allowClear
|
allowClear
|
||||||
|
showSearch
|
||||||
|
optionFilterProp="label"
|
||||||
options={REGISTER_ENGINEER_CATEGORY_OPTIONS}
|
options={REGISTER_ENGINEER_CATEGORY_OPTIONS}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|
@ -1170,6 +1172,8 @@ function StaffFormModal({
|
||||||
>
|
>
|
||||||
<Select
|
<Select
|
||||||
placeholder="请选择专业能力"
|
placeholder="请选择专业能力"
|
||||||
|
showSearch
|
||||||
|
optionFilterProp="label"
|
||||||
allowClear
|
allowClear
|
||||||
options={CAPABILITY_OPTIONS}
|
options={CAPABILITY_OPTIONS}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue