feat: 健康体检原型完善(新增大病人员信息/指标异常通知/已选项目员工信息页面,员工病种信息勾选病种数弹窗查看并精简操作栏,单位预约人数统计弹窗按年龄段性别重做,员工预约跟踪/已参检员工信息操作栏精简并新增勾选列,病种信息管理菜单更名,医院基础信息与必检项目配置页多处调整,首页站点地图与侧边栏同步)

This commit is contained in:
liuyunqin
2026-09-02 17:42:32 +08:00
parent 3ae6cd855a
commit 0d1c770ee9
52 changed files with 2022 additions and 463 deletions
+7 -4
View File
@@ -208,7 +208,7 @@ const SITE_MAP = [
{ file:'pre-item-unit-fee.html', label:'单位体检项目费用' },
{ file:'pre-item-combo-template.html', label:'体检项目组合模板' },
{ file:'pre-item-exception.html', label:'组合模板例外配置' },
{ file:'pre-item-required.html', label:'必检/选检项目配置' },
{ file:'pre-item-required.html', label:'单位体检项目审核' },
{ file:'pre-special-cancer.html', label:'防癌筛查人员' },
{ file:'pre-special-occupation.html', label:'职业体检人员' },
{ file:'pre-special-gastro.html', label:'胃肠镜人员配置' },
@@ -217,8 +217,9 @@ const SITE_MAP = [
{ file:'pre-special-cta.html', label:'冠脉CTA体检人员' },
{ file:'pre-special-hospital.html', label:'指定员工体检医院' },
{ file:'mid-appointment-track.html', label:'员工预约跟踪' },
{ file:'mid-unit-appointment.html', label:'单位预约统计' },
{ file:'mid-selected-items.html', label:'已选项目员工信息' },
{ file:'mid-participation.html', label:'员工参检情况' },
{ file:'mid-unit-appointment.html', label:'单位预约人数统计' },
{ file:'mid-hospital-realtime.html', label:'医院实时预约人数' },
{ file:'mid-doctor-realtime.html', label:'医生实时检查情况' },
{ file:'mid-hospital-appointment.html', label:'医院预约人数统计' },
@@ -236,11 +237,13 @@ const SITE_MAP = [
{ file:'post-key-indicator-stat.html', label:'重点指标异常统计' },
{ file:'post-gastro-stat.html', label:'胃肠镜体检统计' },
{ file:'post-report-employee.html', label:'常规体检报告' },
{ file:'post-illness-personnel.html', label:'大病人员信息' },
{ file:'post-indicator-notify.html', label:'指标异常通知' },
{ file:'post-report-gastro.html', label:'胃肠镜体检报告' },
{ file:'post-report-unmatched.html', label:'体检报告未匹配项目' },
{ file:'post-disease-info.html', label:'病种信息' },
{ file:'post-disease-info.html', label:'病种信息配置' },
{ file:'post-conclusion-disease.html', label:'体检结论关联病种' },
{ file:'post-auto-select-disease.html', label:'自动勾选病种' },
{ file:'post-auto-select-disease.html', label:'员工病种信息' },
{ file:'exception-dirty.html', label:'系统脏数据' },
{ file:'exception-result.html', label:'结果异常' }
]},