diff --git a/app/views/bids/_bid_homework_show.html.erb b/app/views/bids/_bid_homework_show.html.erb
index 49325c0d4..1009f405f 100644
--- a/app/views/bids/_bid_homework_show.html.erb
+++ b/app/views/bids/_bid_homework_show.html.erb
@@ -56,12 +56,21 @@
<%= link_to(bid.name, course_for_bid_path(bid), :class => 'bid_path') %>
-
+ |
<% if User.current.logged? && is_cur_course_student(@course) %>
<% cur_user_homework = cur_user_homework_for_bid(bid) %>
- 匿评中..
+ <% if bid.open_anonymous_evaluation == 1 %>
+ <% case bid.comment_status %>
+ <% when 0 %>
+ 未开启匿评
+ <% when 1 %>
+ 匿评中..
+ <% when 2 %>
+ 匿评结束
+ <% end %>
+ <% end%>
<% if cur_user_homework && cur_user_homework.empty? %>
|