From 07d2a57bf3880d31593980d43a2e409e6b4deb5d Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 3 Jun 2020 12:15:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/property/payFeeManage/payFeeManage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/pages/property/payFeeManage/payFeeManage.js b/public/pages/property/payFeeManage/payFeeManage.js index 8da7061e0..3b28bd1cd 100644 --- a/public/pages/property/payFeeManage/payFeeManage.js +++ b/public/pages/property/payFeeManage/payFeeManage.js @@ -39,7 +39,7 @@ _initDate:function(){ $(".start_time").datetimepicker({ language: 'zh-CN', - bootcssVer:3, + fontAwesome: 'fa', format: 'yyyy-mm-dd', minView: "month", initialDate: new Date(), @@ -48,7 +48,7 @@ }); $(".end_time").datetimepicker({ language: 'zh-CN', - bootcssVer:3, + fontAwesome: 'fa', format: 'yyyy-mm-dd', minView: "month", initialDate: new Date(),