From 144814c11caac919da3f8219500d3fe92e92ee97 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Fri, 23 Sep 2016 20:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E5=BC=80=E5=A7=8B=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E4=B8=8E=E7=BB=93=E6=9D=9F=E6=97=B6=E9=97=B4=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/index.html.erb | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 492c5407b..8c02bf348 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -104,18 +104,19 @@ 清除 -
- - <%= text_field_tag 'issue_create_date_start_show', '开始日期', :readonly => true, :size => 13, :nhname => 'date_show', :class => 'issues_calendar_input fl '%> - <%= calendar_for('issue_create_date_start_show') %> - - - <%= text_field_tag 'issue_create_date_end_show', '结束日期', :readonly => true, :size => 13, :nhname => 'date_show', :class => 'issues_calendar_input fl'%> - <%= calendar_for('issue_create_date_end_show') %> +
+ + + <%= calendar_for('issue_create_date_end_show')%> +
+
+ + + <%= calendar_for('issue_create_date_start_show')%> +
-