From 3918ccc9afe9c4db0ccdff7474443084950a597b Mon Sep 17 00:00:00 2001 From: zhonghua Date: Mon, 16 Mar 2026 13:53:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=AF=BB=E5=8F=96=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/school/ReportView.vue | 71 ++++++++++--------- 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/reading-platform-frontend/src/views/school/ReportView.vue b/reading-platform-frontend/src/views/school/ReportView.vue index 169c15a..417576b 100644 --- a/reading-platform-frontend/src/views/school/ReportView.vue +++ b/reading-platform-frontend/src/views/school/ReportView.vue @@ -13,11 +13,7 @@
- + 导出报告 @@ -71,13 +67,8 @@
-
+
@@ -143,7 +134,8 @@
{{ teacher.name }}
- + {{ teacher.avgRating.toFixed(1) }}
@@ -187,9 +179,15 @@
{{ course.name }}
- 授课{{ course.lessonCount }}次 - {{ course.teacherCount }}位教师 - {{ course.studentCount }}名学生 + + 授课{{ course.lessonCount }}次 + + + {{ course.teacherCount }}位教师 + + + {{ course.studentCount }}名学生 +
@@ -221,18 +219,24 @@
- 参与课程 + + 参与课程 + {{ student.lessonCount }} 次
- 专注度 + + 专注度 +
{{ student.avgFocus }}/5
- 参与度 + + 参与度 +
@@ -247,12 +251,8 @@
- +
@@ -283,14 +283,17 @@
-

教学概况

+

+ 教学概况 +

{{ selectedTeacher.name }} 老师共完成 {{ selectedTeacher.lessonCount }} 次授课, 使用了 {{ selectedTeacher.courseCount }} 门不同的课程, 累计获得 {{ selectedTeacher.feedbackCount }} 次教学反馈。