From 2784405847bf8919d1e527693a5c54444e0bd61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=B1=E5=91=B1=E5=91=B1?= Date: Wed, 9 Aug 2023 14:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AF=BE=E9=A2=98ID=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../glcc_pr_check/_examine_material.html.erb | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/app/views/admins/glcc_pr_check/_examine_material.html.erb b/app/views/admins/glcc_pr_check/_examine_material.html.erb index 36454232c..df7c52abe 100644 --- a/app/views/admins/glcc_pr_check/_examine_material.html.erb +++ b/app/views/admins/glcc_pr_check/_examine_material.html.erb @@ -1,8 +1,9 @@ - - + + + @@ -14,17 +15,18 @@ <% if examine_materials.present? %> - <% examine_materials.each_with_index do |user, index| %> - + <% examine_materials.each_with_index do |material, index| %> + - - - - - - - - + + + + + + + + + <% end %> <% else %>
序号昵称序号昵称课题ID 邮件地址 视频地址 PR地址
<%= list_index_no((params[:page] || 1).to_i, index) %><%= user.glcc_student.student_name %><%= user.glcc_student.mail %> 查看视频 查看PR <%= user.term == 1 ? "中期考核" : "结项考核"%><%= user.white_list ? "是":"否" %><%= user.state_to_html.html_safe %><%= user.created_on.strftime("%Y-%m-%d %H:%M")%><%= material.glcc_student.student_name %><%= material.task_id %><%= material.glcc_student.mail %> 查看视频 查看PR <%= material.term == 1 ? "中期考核" : "结项考核"%><%= material.white_list ? "是":"否" %><%= material.state_to_html.html_safe %><%= material.created_on.strftime("%Y-%m-%d %H:%M")%>