From e92cda7487d63ed7829c56eb7bf23597cc6b9eac Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 3 Jun 2020 11:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=97=A5=E6=9C=9F=E7=AE=AD?= =?UTF-8?q?=E5=A4=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/property/payFeeManage/payFeeManage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/pages/property/payFeeManage/payFeeManage.js b/public/pages/property/payFeeManage/payFeeManage.js index b6286c0d3..8da7061e0 100644 --- a/public/pages/property/payFeeManage/payFeeManage.js +++ b/public/pages/property/payFeeManage/payFeeManage.js @@ -39,6 +39,7 @@ _initDate:function(){ $(".start_time").datetimepicker({ language: 'zh-CN', + bootcssVer:3, format: 'yyyy-mm-dd', minView: "month", initialDate: new Date(), @@ -47,6 +48,7 @@ }); $(".end_time").datetimepicker({ language: 'zh-CN', + bootcssVer:3, format: 'yyyy-mm-dd', minView: "month", initialDate: new Date(),