From fc78ba3c68dcedb79fb684b231b7a8a9a8bbda8d Mon Sep 17 00:00:00 2001 From: cxt Date: Thu, 29 Sep 2016 14:11:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E5=91=98=E4=BD=9C=E5=93=81=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=AF=84=E5=88=86=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../student_work/_evaluation_un_group_member_work.html.erb | 3 +++ 1 file changed, 3 insertions(+) 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 3ee9ec891..579fe9c87 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 @@ -47,6 +47,9 @@
<% score = st.work_score %>
+ <% if is_expand %> + 评分 + <% end %> <%= score.nil? ? "--" : format("%.1f",score<0 ? 0 : score)%> <% unless score.nil?%>