feat(health): H5端新增用药统计页面

- 新增 medicationAdherence.js:统计API接口
- 新增 statistic/medication/index.vue:用药统计页面
  - 概览卡片:总任务、已服药、漏服、服药率、准时率
  - 趋势图:服药率和准时率折线图
  - 时段分布:四时段统计卡片
  - 日历视图:月度服药日历
- 修改 pages.json:添加页面路由
- 修改 statistic/index.vue:添加健康统计分析入口
This commit is contained in:
bot5
2026-03-19 09:05:52 +08:00
parent d12bf90050
commit 6af1a84b81
4 changed files with 668 additions and 0 deletions

View File

@@ -238,6 +238,14 @@
}
}
,
{
"path": "pages/statistic/medication/index",
"style": {
"navigationBarTitleText": "用药统计",
"navigationStyle": "custom"
}
}
,
{
"path": "pages/work/accounts/accountDealRecord/list",
"style": {