数据分析ui补充完善,接入数据库
This commit is contained in:
4
types/analytics/data-detail.uts
Normal file
4
types/analytics/data-detail.uts
Normal file
@@ -0,0 +1,4 @@
|
||||
// types/analytics/data-detail.uts
|
||||
|
||||
export type TableColumn = { key: string; label: string; type: string; sortable: boolean }
|
||||
export type DrillDownItem = { id: string; label: string; value: string; type: string }
|
||||
Reference in New Issue
Block a user