feat: 新增单位报表明细页,批量优化管理端健康咨询页面

- 新增 archive-unit-detail.html 单位报表明细二级页面
- archive-unit.html 查看明细添加跳转逻辑
- 新增员工明细、视频详情、结算等多个页面
- 批量优化管理端现有页面交互和布局细节
- 同步更新导航页 SITE_MAP 和 CHANGELOG

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-16 09:01:12 +08:00
co-authored by Claude Opus 4.6
parent 212c220dcf
commit 328411da1f
39 changed files with 4737 additions and 925 deletions
+11
View File
@@ -181,15 +181,24 @@ const SITE_MAP = [
{ name:'专家咨询(管理员)', dir:'web-admin/health-consult', entry:'history-expert.html', prd:'web-admin/health-consult/doc/PRD.md', pages:[
{ file:'history-expert.html', label:'专家咨询记录' },
{ file:'history-expert-detail.html', label:'专家对话详情' },
{ file:'video-detail-pending-confirm.html', label:'视频详情-待确认' },
{ file:'video-detail-pending-start.html', label:'视频详情-待开始' },
{ file:'video-detail-completed.html', label:'视频详情-已完成' },
{ file:'video-detail-rejected.html', label:'视频详情-已拒绝' },
{ file:'video-detail-cancelled.html', label:'视频详情-已取消' },
{ file:'history-assistant.html', label:'小助手咨询记录' },
{ file:'history-assistant-detail.html', label:'小助手对话详情' },
{ file:'history-evaluation.html', label:'用户评价' },
{ file:'consult-record.html', label:'咨询档案' },
{ file:'consult-record-detail.html', label:'咨询档案详情' },
{ file:'archive-personal.html', label:'个人咨询数据' },
{ file:'archive-personal-detail.html', label:'员工咨询明细' },
{ file:'archive-unit.html', label:'单位报表数据' },
{ file:'archive-unit-detail.html', label:'单位报表明细' },
{ file:'expert-statistics.html', label:'专家咨询统计' },
{ file:'settlement.html', label:'咨询结算' },
{ file:'settlement-add.html', label:'新增结算' },
{ file:'settlement-report.html', label:'结算报表' },
{ file:'exception-result.html', label:'结果异常' },
{ file:'exception-dirty.html', label:'系统脏数据' },
{ file:'config-hospital.html', label:'医院配置' },
@@ -210,6 +219,8 @@ const SITE_MAP = [
{ file:'checkup-standard.html', label:'体检标准化' },
{ file:'sms-send.html', label:'短信发送' },
{ file:'consult-settle.html', label:'咨询结算' },
{ file:'consult-settle-add.html', label:'新增/编辑结算配置' },
{ file:'consult-settle-report.html', label:'结算报表' },
{ file:'employee-profile-dialog.html', label:'咨询人档案弹窗', dialog:true },
{ file:'select-expert-dialog.html', label:'选择专家弹窗', dialog:true },
{ file:'contacts-dialog.html', label:'通讯录弹窗', dialog:true },