feat(统计报表): 添加年度统计报表功能并显示现金合计
- 将下载全部报表改为下载年度统计报表 - 在类型定义和数据处理中添加 cashFee 字段 - 在报表页面显示现金合计金额 - 添加下载年度统计报表和下载不含天医币报表的接口和功能 - 使用年份选择器替代原有下载按钮
This commit is contained in:
@@ -67,7 +67,7 @@ const routes: RouteRecordRaw[] = [
|
||||
},
|
||||
{
|
||||
meta: {
|
||||
title: '下载全部报表',
|
||||
title: '下载年度报表',
|
||||
keepAlive: true,
|
||||
},
|
||||
name: 'DownloadReports',
|
||||
|
||||
Reference in New Issue
Block a user