feat: 新增单位咨询统计、咨询流程图、快速咨询等多项功能

- 管理端新增单位咨询统计页面,11个侧边栏页面同步更新菜单
- 单位报表详情页支持多入口共用(动态导航/侧边栏/面包屑)
- 员工端新增咨询流程图页面、选择档案页面
- 聊天页增加发送文件/发送位置按钮,支持快速咨询模式
- 选择咨询人页面增加快速咨询按钮
- 批量优化管理端小助手及应急端页面

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-16 16:03:26 +08:00
co-authored by Claude Opus 4.6
parent 71a9c91f32
commit dc2ba3000a
39 changed files with 1872 additions and 255 deletions
+3 -1
View File
@@ -196,6 +196,7 @@ const SITE_MAP = [
{ file:'archive-unit.html', label:'单位报表数据' },
{ file:'archive-unit-detail.html', label:'单位报表明细' },
{ file:'expert-statistics.html', label:'专家咨询统计' },
{ file:'unit-statistics.html', label:'单位咨询统计' },
{ file:'settlement.html', label:'咨询结算' },
{ file:'settlement-add.html', label:'新增结算' },
{ file:'settlement-report.html', label:'结算报表' },
@@ -268,7 +269,8 @@ const SITE_MAP = [
{ file:'rate-doctor.html', label:'评价医生' },
{ file:'end-consult-dialog.html', label:'结束咨询弹窗', dialog:true },
{ file:'select-person-dialog.html', label:'选择就诊人弹窗', dialog:true },
{ file:'select-report-dialog.html', label:'选择报告弹窗', dialog:true }
{ file:'select-report-dialog.html', label:'选择报告弹窗', dialog:true },
{ file:'consult-flowchart.html', label:'咨询流程图' }
]},
{ name:'应急就医', dir:'employee-app/emergency-medical', pages:[] },
{ name:'一线医疗', dir:'employee-app/frontline-medical', pages:[] },