|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
新增教师<span class="color-red"><%= @grow_summary.teacher_increase_count || 0 %></span>人,
|
|
|
|
|
新增学生<span class="color-red"><%= @grow_summary.student_increase_count || 0 %></span>人,
|
|
|
|
|
新增课堂<span class="color-red"><%= @grow_summary.course_increase_count || 0 %></span>个,
|
|
|
|
|
新增实训<span class="color-red"><%= @grow_summary.shixun_increase_count || 0 %></span>个,
|
|
|
|
|
新增实训作业<span class="color-red"><%= @grow_summary.shixun_increase_count || 0 %></span>个,
|
|
|
|
|
活跃用户<span class="color-red"><%= @grow_summary.active_user_count || 0 %></span>个
|
|
|
|
|
</div>
|
|
|
|
|
<table class="edu-pop-table edu-txt-center" cellpadding="0" cellspacing="0" style="table-layout: fixed">
|
|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
<th width="12%"><%= sort_tag('新增教师', name: 'teacher_increase_count', path: school_data_grow_managements_path) %></th>
|
|
|
|
|
<th width="12%"><%= sort_tag('新增学生', name: 'student_increase_count', path: school_data_grow_managements_path) %></th>
|
|
|
|
|
<th width="12%"><%= sort_tag('新增课堂', name: 'course_increase_count', path: school_data_grow_managements_path) %></th>
|
|
|
|
|
<th width="12%"><%= sort_tag('新增实训', name: 'shixun_increase_count', path: school_data_grow_managements_path) %></th>
|
|
|
|
|
<th width="12%"><%= sort_tag('新增实训作业', name: 'shixun_increase_count', path: school_data_grow_managements_path) %></th>
|
|
|
|
|
<th width="12%"><%= sort_tag('活跃用户', name: 'active_user_count', path: school_data_grow_managements_path) %></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|