|
@@ -315,17 +315,17 @@ export const searchFormSchema2: FormSchema[] = [
|
|
|
},
|
|
|
colProps: { span: 12 },
|
|
|
},
|
|
|
- {
|
|
|
- field: 'employWay',
|
|
|
- label: '聘用方式',
|
|
|
- component: 'ApiSelect',
|
|
|
- componentProps: {
|
|
|
- api: getDataOption,
|
|
|
- params: { code: 'employ_type' },
|
|
|
- getPopupContainer: () => document.body,
|
|
|
- },
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // field: 'employWay',
|
|
|
+ // label: '聘用方式',
|
|
|
+ // component: 'ApiSelect',
|
|
|
+ // componentProps: {
|
|
|
+ // api: getDataOption,
|
|
|
+ // params: { code: 'employ_type' },
|
|
|
+ // getPopupContainer: () => document.body,
|
|
|
+ // },
|
|
|
+ // colProps: { span: 12 },
|
|
|
+ // },
|
|
|
{
|
|
|
field: 'teachingStatus',
|
|
|
label: '任课状况',
|