|
|
|
@@ -6,7 +6,7 @@ |
|
|
|
<%= form_tag(admins_identity_verifications_path, method: :get, class: 'form-inline search-form flex-1', remote: true) do %> |
|
|
|
<div class="form-group mr-2"> |
|
|
|
<label for="state">状态:</label> |
|
|
|
<% state_options = [['全部',nil], ['待审核', 0], ['已通过', 1], ['已拒绝', 2]] %> |
|
|
|
<% state_options = [['待审核', 0], ['全部',"all"], ['已通过', 1], ['已拒绝', 2]] %> |
|
|
|
<%= select_tag(:state, options_for_select(state_options), class: 'form-control') %> |
|
|
|
</div> |
|
|
|
|
|
|
|
|