Vanessa 2024-11-18 16:03:57 +08:00
parent b31c5eb11d
commit b7297bdf42
2 changed files with 3 additions and 3 deletions

View file

@ -815,7 +815,7 @@ interface IAVColumn {
options?: {
name: string,
color: string,
desc: string,
desc?: string,
}[],
relation?: IAVColumnRelation,
rollup?: IAVCellRollupValue