|
@@ -326,4 +326,15 @@ export const searchFormSchema2: FormSchema[] = [
|
|
|
},
|
|
|
colProps: { span: 12 },
|
|
|
},
|
|
|
+ {
|
|
|
+ field: 'teachingStatus',
|
|
|
+ label: '任课状况',
|
|
|
+ component: 'ApiSelect',
|
|
|
+ componentProps: {
|
|
|
+ api: getDataOption,
|
|
|
+ params: { code: 'teaching_status' },
|
|
|
+ getPopupContainer: () => document.body,
|
|
|
+ },
|
|
|
+ colProps: { span: 12 },
|
|
|
+ },
|
|
|
];
|