From e726a362d8de5b0dcdda999327d77d1e092bb8e9 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 3 Jun 2016 14:56:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E9=85=8D=E7=BD=AE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=8A=B6=E6=80=81=E7=9A=84=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helpers/organizations_helper.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/helpers/organizations_helper.rb b/app/helpers/organizations_helper.rb index 7a835ecad..e6fd7591f 100644 --- a/app/helpers/organizations_helper.rb +++ b/app/helpers/organizations_helper.rb @@ -118,13 +118,17 @@ module OrganizationsHelper #排列下拉框 def subfield_status_option type = [] + option1 = [] + option1 << "左一" + option1 << "1" + type << option1 option2 = [] option2 << "左二" option2 << "2" type << option2 option3 = [] option3 << "左三" - option3 << "2" + option3 << "3" type << option3 type end