|
@@ -127,9 +127,9 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
colProps: { span: 8 },
|
|
|
},
|
|
|
{
|
|
|
- field: 'attendanceStatus',
|
|
|
+ field: 'attendanceMode',
|
|
|
label: '考勤状态',
|
|
|
- component: 'ApiSelect',
|
|
|
+ component: 'Input',
|
|
|
componentProps: {
|
|
|
getPopupContainer: () => document.body,
|
|
|
api: getDataOption,
|