feat: 健康体检原型更新(员工体检报告更名为常规体检报告并新增报告查看/补录/影像提取等操作,未匹配项目页完善新增与批量交互,删除医生检查人数统计与体检结果名册页面,侧边栏导航同步调整)

This commit is contained in:
liuyunqin
2026-08-27 17:50:07 +08:00
parent b96b936604
commit f177c05119
33 changed files with 514 additions and 840 deletions
+2 -4
View File
@@ -220,19 +220,17 @@ const SITE_MAP = [
{ file:'mid-participation.html', label:'员工参检情况' },
{ file:'mid-hospital-realtime.html', label:'医院实时预约人数' },
{ file:'mid-doctor-realtime.html', label:'医生实时检查情况' },
{ file:'mid-doctor-count.html', label:'医生检查人数统计' },
{ file:'mid-hospital-appointment.html', label:'医院预约人数统计' },
{ file:'mid-gastro-questionnaire.html', label:'胃肠镜问卷信息' },
{ file:'post-unit-count.html', label:'单位体检人数统计' },
{ file:'post-hospital-count.html', label:'医院体检人数统计' },
{ file:'post-doctor-count.html', label:'医生检查人数统计' },
{ file:'post-item-stat.html', label:'医院体检项目统计' },
{ file:'post-cancer-screening.html', label:'防癌筛查项目统计' },
{ file:'post-cancer-screening.html', label:'防癌筛查人数统计' },
{ file:'post-standard-stat.html', label:'系统标准化项目统计' },
{ file:'post-contracted-hospital.html', label:'签约医院人数统计' },
{ file:'post-report-employee.html', label:'员工体检报告' },
{ file:'post-report-employee.html', label:'常规体检报告' },
{ file:'post-report-unmatched.html', label:'体检报告未匹配项目' },
{ file:'post-report-roster.html', label:'体检结果名册' },
{ file:'exception-dirty.html', label:'系统脏数据' },
{ file:'exception-result.html', label:'结果异常' }
]},