Vanessa 2025-08-12 23:37:32 +08:00
parent 34b44dc558
commit 83e6f5d664

View file

@ -195,6 +195,9 @@ const transformCellValue = (colType: TAVCol, value: IAVCellValue): IAVCellValue
content: getCellValueContent(value).toString(),
color: "1"
}];
if (!newValue.mSelect[0].content) {
newValue.mSelect = [];
}
} else if (colType === "rollup") {
newValue.rollup = {contents: [value]};
} else if (colType === "checkbox") {