Browse Source

nps已打分区分

pull/312/head
“xxq250” 3 years ago
parent
commit
84a06fcdc4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admins/nps/index.html.erb

+ 1
- 1
app/views/admins/nps/index.html.erb View File

@@ -7,7 +7,7 @@

<%= text_field_tag(:keyword, params[:keyword], class: 'form-control col-sm-2 ml-3', placeholder: 'ID/姓名/邮箱/手机号检索') %>
<label for="done_score">
是否管理员
是否已打分
</label>
<%= check_box_tag("done_score", true, false, id: "done_score", style: 'margin-left: 2px;') %>
<%= submit_tag('搜索', class: 'btn btn-primary ml-3', 'data-disable-with': '搜索中...') %>


Loading…
Cancel
Save