Vanessa 2023-07-10 22:15:14 +08:00
parent 8cf28fcd24
commit e1d7ab0bc1
5 changed files with 128 additions and 40 deletions

View file

@ -857,6 +857,8 @@ interface IAVFilter {
operator: TAVFilterOperator,
value: {
[key in TAVCol]?: IAVCellValue
} & {
mSelect?: { content: string, color: string }[]
},
}