From f57662e3c9aedd9a130b0363503d2e66686b8dc5 Mon Sep 17 00:00:00 2001 From: chenglb Date: Mon, 18 Dec 2023 12:36:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=8E=E7=AB=AF=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E6=9C=9F=E6=98=AF=E5=B9=B4=E6=9C=88=E6=97=A5?= =?UTF-8?q?,=20=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=A0=81=E5=8F=AA=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E4=BA=86=E6=9C=88=E6=97=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/SystemMgm/BusinessConfig/VacationConf/loadable.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/SystemMgm/BusinessConfig/VacationConf/loadable.jsx b/src/pages/SystemMgm/BusinessConfig/VacationConf/loadable.jsx index a9b8ee9..6577755 100644 --- a/src/pages/SystemMgm/BusinessConfig/VacationConf/loadable.jsx +++ b/src/pages/SystemMgm/BusinessConfig/VacationConf/loadable.jsx @@ -130,7 +130,7 @@ function VacationConf() { }; const onPanelChange = (e,a)=>{ - console.log(e,a , 'aaaa',e.years(), e.months()) + // console.log(e,a , 'aaaa',e.years(), e.months()) let tempdate = { year: e.years() + '', month: e.months() + 1 + '' @@ -140,7 +140,7 @@ function VacationConf() { } const dateFullCellRender = (date)=>{ - let temp = date.format('MM-DD'),highlight = false,temp_vc_name = ''; + let temp = date.format('YYYY-MM-DD'),highlight = false,temp_vc_name = ''; if(vacationData.length){ let one = vacationData.find(item=> item.day == temp) if(one){