mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
调整Glcc PR 页面
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<%= form_tag(send_mail_admins_glcc_pr_check_index_path, method: :post, 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user