From dae6a5ecae2cfb9ea395771626cf90abce471b50 Mon Sep 17 00:00:00 2001 From: huang Date: Mon, 25 Apr 2016 16:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=85=AB=E7=A7=8D=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=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 | 30 ++++++++++-- app/views/layouts/base_org2.html.erb | 70 +++++++++++++++++++--------- 2 files changed, 75 insertions(+), 25 deletions(-) diff --git a/app/helpers/organizations_helper.rb b/app/helpers/organizations_helper.rb index 4faa802a5..03a61a65f 100644 --- a/app/helpers/organizations_helper.rb +++ b/app/helpers/organizations_helper.rb @@ -63,13 +63,37 @@ module OrganizationsHelper def subfield_status_option type = [] option1 = [] - option1 << "列表" + option1 << "左上" option1 << "1" type << option1 option2 = [] - option2 << "图片" - option2 << "0" + option2 << "左中一" + option2 << "2" type << option2 + option3 = [] + option3 << "左中二" + option3 << "3" + type << option3 + option4 = [] + option4 << "左中下" + option4 << "4" + type << option4 + option5 = [] + option5 << "左下" + option5 << "5" + type << option5 + option6 = [] + option6 << "右上" + option6 << "6" + type << option6 + option7 = [] + option7 << "右中" + option7 << "7" + type << option7 + option8 = [] + option8 << "右下" + option8 << "8" + type << option8 type end diff --git a/app/views/layouts/base_org2.html.erb b/app/views/layouts/base_org2.html.erb index 863cb06c4..a605b8d4e 100644 --- a/app/views/layouts/base_org2.html.erb +++ b/app/views/layouts/base_org2.html.erb @@ -87,32 +87,58 @@ +
-
-
-
+ + + + + + + + + + + + + +