指标列表
This commit is contained in:
9
types/global.d.ts
vendored
9
types/global.d.ts
vendored
@@ -13,6 +13,15 @@ interface anyObj {
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
interface treeData {
|
||||
id?: string
|
||||
value?: string
|
||||
name?: string
|
||||
label?: string
|
||||
children: treeData[]
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
interface TableDefaultData<T = any> {
|
||||
list: T
|
||||
remark: string
|
||||
|
||||
Reference in New Issue
Block a user