diff --git a/plugin/admin/app/controller/StudentScheduleController.php b/plugin/admin/app/controller/StudentScheduleController.php index ca782d0..01e3553 100644 --- a/plugin/admin/app/controller/StudentScheduleController.php +++ b/plugin/admin/app/controller/StudentScheduleController.php @@ -430,7 +430,7 @@ class StudentScheduleController extends Crud $worksheet->setTitle('学生排课汇总'); $worksheet->setCellValue('A1', 'Week'); $worksheet->setCellValue('B1', 'Date'); - $worksheet->setCellValue('C1', 'China TIme'); + $worksheet->setCellValue('C1', 'China Time'); $worksheet->setCellValue('D1', 'Local Time(Tutor)'); $worksheet->setCellValue('E1', 'Subject'); $worksheet->setCellValue('F1', 'Tutor');