数据分析ui补充完善,接入数据库

This commit is contained in:
comlibmb
2026-01-31 21:47:42 +08:00
parent 8f181b2b6a
commit 6716398175
71 changed files with 6501 additions and 10593 deletions

View 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 }