Browse Source

feat:修改考勤状态查询

DESKTOP-USV654P\pc 4 months ago
parent
commit
1c33fb2468
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/attendance/teacherRecord/data.config.ts

+ 2 - 2
src/views/attendance/teacherRecord/data.config.ts

@@ -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,