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 }} 次教学反馈。