diff --git a/app/views/student_work/index.html.erb b/app/views/student_work/index.html.erb index 0e66401c..76a79414 100644 --- a/app/views/student_work/index.html.erb +++ b/app/views/student_work/index.html.erb @@ -232,9 +232,9 @@ -->
  • - <% if User.current.admin? && @homework.homework_type == 1 %> - 导入成绩 - <% end %> + <%# if User.current.admin? && @homework.homework_type == 1 %> + + <%# end %> <% if User.current.admin? && @homework.homework_type == 4 %> <% if @stundet_works.select {|work| work.work_status != 0}.length == 0 %> <%= link_to "导出实训报告", "javascript:void(0)", class: "fl white-btn orange-btn mt10", :onclick => "notice_box('该检索条件下没有已提交的作品,无法导出实训报告')", :id => "export_student_work_shixun" %> @@ -244,9 +244,9 @@ <% end %> <% end %> - <% if User.current.admin? %> - 质量检测 - <% end %> + <%# if User.current.admin? %> + + <%# end %>