feat: 健康监测新增「人群现状」一级菜单及占位页面

- 新增 crowd-status-employee.html(员工评估信息)
- 新增 crowd-status-unit.html(单位评估统计)
- 全部80个现有页面顶部导航同步添加「人群现状」入口
- index.html SITE_MAP 同步更新

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 14:42:14 +08:00
co-authored by Claude Opus 4.6
parent 11ea4b2e20
commit 5f0aee6044
77 changed files with 247 additions and 3 deletions
+2
View File
@@ -297,6 +297,8 @@ const SITE_MAP = [
{ file:'archive-unit-weight-detail.html', label:'单位报表-体重监测详情' },
{ file:'archive-unit-environment-detail.html', label:'单位报表-环境监测详情' },
{ file:'archive-algorithm.html', label:'算法模型' },
{ file:'crowd-status-employee.html', label:'人群现状-员工评估信息' },
{ file:'crowd-status-unit.html', label:'人群现状-单位评估统计' },
{ file:'health-checkup/survey-category.html', label:'排查问卷-问题分类' },
{ file:'health-checkup/survey-score.html', label:'排查问卷-积分规则' },
{ file:'health-checkup/survey-template.html', label:'排查问卷-模板信息' },