From 7ae3eaeb26dbeb0d56471af07ef99c8f785c92b6 Mon Sep 17 00:00:00 2001 From: Dai Date: Sun, 20 Oct 2024 21:32:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/admin/app/controller/StudentScheduleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');