DESKTOP-USV654P\pc 8 месяцев назад
Родитель
Сommit
02dd5e50e3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/attendance/teacherRecord/data.config.ts

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

@@ -128,7 +128,7 @@ export const searchFormSchema: FormSchema[] = [
   {
     field: 'attendanceStatus',
     label: '考勤状态',
-    component: 'Select',
+    component: 'ApiSelect',
     componentProps: {
       getPopupContainer: () => document.body,
       api: getDataOption,