dev-tmp1
tangjie 2026-08-10 14:35:54 +08:00
parent a7fe1e31e4
commit 4f4fbd0462
1 changed files with 4 additions and 0 deletions

View File

@ -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}
/> />