feat: add conceptId attribute to table element

This commit is contained in:
Hufe921
2023-12-19 21:42:59 +08:00
parent 3312254742
commit b55471b134
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ interface IElement {
// 组信息-可用于批注等其他成组使用场景
groupIds?: string[];
// 表格
conceptId?: string;
colgroup?: {
width: number;
}[];