dev-tmp1
zhanglei 2026-08-18 16:27:38 +08:00
parent b8e631f0e3
commit 94e499646e
1 changed files with 2 additions and 2 deletions

View File

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