Kaynağa Gözat

feat:修改考勤状态查询

DESKTOP-USV654P\pc 4 ay önce
ebeveyn
işleme
1c33fb2468

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