From 0031b96c64d08d5616ad8381455a9f7871d3e35f Mon Sep 17 00:00:00 2001 From: Vce Date: Fri, 5 Jul 2024 23:37:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=8F=96=E6=B6=88=E6=8C=87?= =?UTF-8?q?=E6=8C=A5=E9=83=A8=E5=A4=A7=E5=B1=8F=E7=94=98=E7=89=B9=E5=9B=BE?= =?UTF-8?q?console=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/commandScreen/dialogCompnnents/weather-info.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/commandScreen/dialogCompnnents/weather-info.vue b/src/views/commandScreen/dialogCompnnents/weather-info.vue index 7fc47f66..61a13f77 100644 --- a/src/views/commandScreen/dialogCompnnents/weather-info.vue +++ b/src/views/commandScreen/dialogCompnnents/weather-info.vue @@ -1106,14 +1106,14 @@ const getGanttStyle = (project: any) => { // 抹灰工程1-1-2022/09/03 const a = true; - console.log(a, ":!(startArr[2] % 2:"); + // console.log(a, ":!(startArr[2] % 2:"); if (a) { const day = +startArr[2]; startArr[2] = day < 10 ? "0" + day : day; startDate = startArr.join("-"); } const b = true; - console.log(a, ":!(endArr[2] % 2):"); + // console.log(a, ":!(endArr[2] % 2):"); if (b) { const day = +endArr[2]; endArr[2] = day < 10 ? "0" + day : day;