<%= Gon::Base.render_data %>

编辑人员

<%= @staff.user.real_name %>
<%= select_tag "role_id", options_for_select(EducodeSales::Role.pluck(:name, :id), @staff.role_id), { 'lay-filter': 'role_id' } %>
<%= select_tag "job_type", options_for_select(@staff_types, @staff.job_type), { 'lay-filter': 'job_type' } %>
<%= select_tag "month", options_for_select(EducodeSales::Staff.month_list, @staff.month), { 'lay-filter': 'month' } %>