1.新增时间筛选功能

This commit is contained in:
2026-06-14 13:08:32 +08:00
parent b20a1d276f
commit 0d19e4b6c4
29 changed files with 1011 additions and 88 deletions

View File

@@ -2,6 +2,8 @@ import request from '@/utils/http'
export type DashboardQueryParams = {
dept_id?: number
/** 统计日期,格式 YYYY-MM-DD默认当日 */
date?: string
}
/**