mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
This commit is contained in:
parent
e92b6d0241
commit
163bd65166
1 changed files with 9 additions and 0 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue