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(),