feat(统计报表): 添加年度统计报表功能并显示现金合计
Some checks failed
Lock Threads / action (push) Has been cancelled
Issue Close Require / close-issues (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled

- 将下载全部报表改为下载年度统计报表
- 在类型定义和数据处理中添加 cashFee 字段
- 在报表页面显示现金合计金额
- 添加下载年度统计报表和下载不含天医币报表的接口和功能
- 使用年份选择器替代原有下载按钮
This commit is contained in:
2026-04-01 14:38:32 +08:00
parent d7ea77a5db
commit 09b194ba35
6 changed files with 105 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ const routes: RouteRecordRaw[] = [
},
{
meta: {
title: '下载全部报表',
title: '下载年度报表',
keepAlive: true,
},
name: 'DownloadReports',