Vanessa 2023-06-11 09:17:54 +08:00
parent bfacae35fa
commit 1b9e2fe35d
4 changed files with 6 additions and 2 deletions

View file

@ -825,4 +825,7 @@ interface IAVCell {
color: string,
bgColor: string,
value: string,
renderValue: {
content: string,
}
}