diff --git a/src/views/commandScreen/dialogCompnnents/weather-info.vue b/src/views/commandScreen/dialogCompnnents/weather-info.vue index 7fc47f6..61a13f7 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;