diff --git a/app/views/colleges/_course_statistics.html.erb b/app/views/colleges/_course_statistics.html.erb
index aa3911c02..e10739fb2 100644
--- a/app/views/colleges/_course_statistics.html.erb
+++ b/app/views/colleges/_course_statistics.html.erb
@@ -17,10 +17,10 @@
<% if @courses.present? %>
<% @courses.each do |course| %>
- <%= course.name %> |
+ <%= course.name %> |
<% teacher_names = course.teacher_users.map(&:real_name).join('、') %>
-
+
<%= teacher_names || '--' %>
|
diff --git a/app/views/colleges/statistics.html.erb b/app/views/colleges/statistics.html.erb
index 7c0914910..9f2e8ff7b 100644
--- a/app/views/colleges/statistics.html.erb
+++ b/app/views/colleges/statistics.html.erb
@@ -104,8 +104,8 @@
排名 |
姓名 |
管理课堂 |
- 已发布实训作业 |
- 未发布实训作业 |
+ 已发布实训作业 |
+ 未发布实训作业 |
学生数 |
完成率 |
发布实训 |