Vanessa 2023-07-13 11:06:39 +08:00
parent 5939add4a1
commit bee5ff9d4f
4 changed files with 18 additions and 12 deletions

View file

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