diff --git a/app/views/student_work/_evaluation_un_group_member_work.html.erb b/app/views/student_work/_evaluation_un_group_member_work.html.erb
index ac13c57ed..efd3440f7 100644
--- a/app/views/student_work/_evaluation_un_group_member_work.html.erb
+++ b/app/views/student_work/_evaluation_un_group_member_work.html.erb
@@ -4,22 +4,22 @@
>
<%= link_to(image_tag(url_to_avatar(st.user),:width =>"40",:height => "40", :style => "display:block;"),user_activities_path(st.user), :class => "fl") %>
<% if !is_expand %>
-
- <%= st.user.show_name %>
+
+ <%= st.user.show_name %>
(组长)
学号:<%= st.user.user_extensions.nil? ? "--" : st.user.user_extensions.student_id%>
<% else %>
-
- <%= st.user.show_name %>
+
+ <%= st.user.show_name %>
学号:<%= st.user.user_extensions.nil? ? "--" : st.user.user_extensions.student_id%>
<% end %>
-
+
<%= st.teacher_score.nil? ? "--" : format("%.1f",st.teacher_score)%>
<%= st.teaching_asistant_score.nil? ? "--" : format("%.1f",st.teaching_asistant_score)%>
<% if @homework.anonymous_comment == 0 %>
@@ -68,7 +68,7 @@
<% if is_expand %>
- 评分
+ 评分
<% end %>
<%= !st.student_work_projects.empty? ? '大作品评分即组长的评分' : '点击进行评分' %>
diff --git a/app/views/student_work/_evaluation_un_group_work.html.erb b/app/views/student_work/_evaluation_un_group_work.html.erb
index 31b8fd190..8c18d64c7 100644
--- a/app/views/student_work/_evaluation_un_group_work.html.erb
+++ b/app/views/student_work/_evaluation_un_group_work.html.erb
@@ -19,8 +19,8 @@
-
提交时间:<%=format_date(student_work.commit_time) %>
-
+
提交时间:<%=format_date(student_work.commit_time) %>
+
教师:<%= student_work.teacher_score.nil? ? "--" : format("%.1f",student_work.teacher_score)%>
助教:<%= student_work.teaching_asistant_score.nil? ? "--" : format("%.1f",student_work.teaching_asistant_score)%>
<% if @homework.anonymous_comment == 0 %>
@@ -68,6 +68,6 @@
- 评分
+ 评分
\ No newline at end of file