|
|
|
@ -21,8 +21,8 @@
|
|
|
|
|
<th width="6%">序号</th>
|
|
|
|
|
<th width="10%">ID</th>
|
|
|
|
|
<th width="20%" class="edu-txt-left">单位名称</th>
|
|
|
|
|
<th width="22%">时段一<br><%= "(#{params[:begin_date]} 05:00至#{params[:end_date]} 05:00)" %></th>
|
|
|
|
|
<th width="22%">时段二<br><%= "(#{params[:other_begin_date]} 05:00至#{params[:other_end_date]} 05:00)" %></th>
|
|
|
|
|
<th width="22%">时段一<br><%= "(#{params[:begin_date]} 05:00至#{(Time.zone.parse(params[:end_date]) + 1.days).strftime('%Y-%m-%d')} 05:00)" %></th>
|
|
|
|
|
<th width="22%">时段二<br><%= "(#{params[:other_begin_date]} 05:00至#{(Time.zone.parse(params[:other_end_date]) + 1.days).strftime('%Y-%m-%d')} 05:00)" %></th>
|
|
|
|
|
<th width="20%" colspan="2">
|
|
|
|
|
<%= sort_tag('变化情况', name: 'percentage', path: school_data_contrast_managements_path) %>
|
|
|
|
|
<br>( 新 增 数 | 新增百分比)
|
|
|
|
|