修改页面弹窗全屏
This commit is contained in:
@@ -48,9 +48,10 @@ const searchForm: FormProps<BizResumeEmployee> = {
|
||||
{
|
||||
label: t('性别'),
|
||||
field: 'sex',
|
||||
component: 'RadioGroup',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
dictType: 'sys_user_sex',
|
||||
allowClear: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -26,30 +26,12 @@ const searchForm: FormProps = {
|
||||
label: t('状态'),
|
||||
field: 'status',
|
||||
component: 'Select',
|
||||
defaultValue: '0',
|
||||
componentProps: {
|
||||
dictType: 'sys_user_status',
|
||||
allowClear: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'none',
|
||||
component: 'None',
|
||||
},
|
||||
{
|
||||
label: t('手机'),
|
||||
field: 'mobile',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: t('邮箱'),
|
||||
field: 'email',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: t('电话'),
|
||||
field: 'phone',
|
||||
component: 'Input',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user