shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
Showing only changes of commit 0031b96c64 - Show all commits

View File

@ -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;