稳态电能质量分析页面组件

This commit is contained in:
stt
2025-10-13 14:24:57 +08:00
parent 262b593d86
commit 11f0c2ee50
4 changed files with 472 additions and 2 deletions

5
types/table.d.ts vendored
View File

@@ -82,8 +82,9 @@ declare global {
column: VxeColumnProps,
index: number
) => string
children?: TableColumn[],
property?:string
children?: TableColumn[]
property?: string
clickable?: boolean // 是否可点击
}
/* 表格右侧操作按钮 */