nps已打分区分

This commit is contained in:
“xxq250” 2022-09-05 11:42:57 +08:00
parent 925b05e004
commit 60894f00b1
1 changed files with 1 additions and 1 deletions

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': '搜索中...') %>