调整Glcc PR

This commit is contained in:
kingChan
2024-06-12 17:36:24 +08:00
parent f6f3aa53f9
commit 1d81361c6a
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<%= form_tag(admins_glcc_pr_check_index_path, method: :get, class: 'form-inline search-form flex-1', remote: true) do %>
<div class="form-group mr-2">
<label for="status">考核选项:</label>
<% status_options = [['全部',]['中期考核',1], ['结项考核', 2]] %>
<% status_options = [['全部','']['中期考核',1], ['结项考核', 2]] %>
<%= select_tag(:term, options_for_select(status_options), class: 'form-control') %>
</div>