稳态电能质量分析页面组件
This commit is contained in:
5
types/table.d.ts
vendored
5
types/table.d.ts
vendored
@@ -82,8 +82,9 @@ declare global {
|
||||
column: VxeColumnProps,
|
||||
index: number
|
||||
) => string
|
||||
children?: TableColumn[],
|
||||
property?:string
|
||||
children?: TableColumn[]
|
||||
property?: string
|
||||
clickable?: boolean // 是否可点击
|
||||
}
|
||||
|
||||
/* 表格右侧操作按钮 */
|
||||
|
||||
Reference in New Issue
Block a user