feat(health): 新增慢性疾病档案小程序模块

- 新增慢性疾病档案API接口
- 新增慢性疾病档案列表页
- 新增慢性疾病档案新增/编辑页
- 支持成员选择、疾病状态管理
- 参考现有模块样式开发
This commit is contained in:
bot5
2026-03-17 23:51:42 +08:00
parent 2aff79dc6c
commit bc39cb60d3
4 changed files with 1128 additions and 1 deletions

View File

@@ -224,7 +224,19 @@
"style": {
"navigationBarTitleText": "活动记录"
}
} ,
},
{
"path": "pages/health/chronicDisease/list",
"style": {
"navigationBarTitleText": "慢性疾病档案"
}
},
{
"path": "pages/health/chronicDisease/addEdit",
"style": {
"navigationBarTitleText": "慢性疾病档案"
}
},
{
"path": "pages/health/statistic/doctorStatistic/index",
"style": {