From cdc285797e1d0112538475c8278d3c6f729a29d3 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Fri, 18 Sep 2015 11:33:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E7=A8=8B=E4=BD=9C=E4=B8=9A=E8=AF=84?= =?UTF-8?q?=E5=88=86=E6=AF=94=E4=BE=8B=E8=AE=BE=E7=BD=AE=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E5=8A=A0=E8=BD=BD=E6=97=B6=E6=95=99=E8=BE=85=E8=AF=84?= =?UTF-8?q?=E5=88=86=E7=99=BE=E5=88=86=E6=AF=94=E4=B8=8A=E9=99=90=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/student_work/_set_score_rule.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/student_work/_set_score_rule.html.erb b/app/views/student_work/_set_score_rule.html.erb index 532972c45..7deed7fb8 100644 --- a/app/views/student_work/_set_score_rule.html.erb +++ b/app/views/student_work/_set_score_rule.html.erb @@ -39,7 +39,7 @@
教辅评分 - <%= select_tag :ta_proportion,options_for_select(ta_proportion_option,homework.homework_detail_manual.ta_proportion), {:class => "markPercentage"} %> + <%= select_tag :ta_proportion,options_for_select(ta_proportion_option_to(100-(homework.homework_detail_programing ? homework.homework_detail_programing.ta_proportion * 100 : 0).to_i),homework.homework_detail_manual.ta_proportion), {:class => "markPercentage"} %>
学生匿评