Vanessa 2023-07-27 13:50:59 +08:00
parent e92b6d0241
commit 163bd65166

View file

@ -101,6 +101,15 @@ export const genCellValue = (colType: TAVCol, value: string | {
color: ""
}]
};
} else if (colType === "date" && value === "") {
cellValue = {
type: colType,
date: {
content: null,
content2: null,
hasEndDate: false,
}
};
}
} else {
if (colType === "mSelect" || colType === "select") {