whitedive
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/pages/form/advanced-form/index.tsx
|
|
@ -242,7 +242,7 @@ const AdvancedForm: FC<Record<string, any>> = () => { |
|
|
value: 'mao', |
|
|
value: 'mao', |
|
|
}, |
|
|
}, |
|
|
]} |
|
|
]} |
|
|
placeholder="请选择管理员" |
|
|
placeholder="请选择审批员" |
|
|
/> |
|
|
/> |
|
|
</Col> |
|
|
</Col> |
|
|
<Col xl={{ span: 6, offset: 2 }} lg={{ span: 8 }} md={{ span: 12 }} sm={24}> |
|
|
<Col xl={{ span: 6, offset: 2 }} lg={{ span: 8 }} md={{ span: 12 }} sm={24}> |
|
|
|