优化表格列的显示与隐藏小组件

This commit is contained in:
DESKTOP-IGCH756\PC
2023-09-28 14:58:34 +08:00
parent 8ed32775cb
commit 99a6b56233
3 changed files with 37 additions and 31 deletions

View File

@@ -13,6 +13,7 @@ declare global {
key: number;
label: string;
visible: boolean;
children: Array<FieldOption>;
}
/**