Vanessa 2023-07-13 11:07:33 +08:00
parent 0a4ec98408
commit 81ae569e34
2 changed files with 2 additions and 1 deletions

View file

@ -386,6 +386,7 @@ export const addSelectColAndCell = (protyle: IProtyle, data: IAV, options: {
bgColor: "",
id: Lute.NewNodeID(),
value: {
type: colData.type,
mSelect: []
},
valueType: colData.type

View file

@ -912,7 +912,7 @@ interface IAVCell {
}
interface IAVCellValue {
type?: TAVCol,
type: TAVCol,
text?: { content: string },
number?: { content?: number, isNotEmpty: boolean },
mSelect?: { content: string, color: string }[]