feat: 健康体检后台端与员工端导航页标记为已完成并挂载后台PRD

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fengpu
2026-09-15 19:58:16 +08:00
co-authored by Claude Opus 4.7
parent 2dfc61bedf
commit 489a72838e
+2 -2
View File
@@ -208,7 +208,7 @@ const SITE_MAP = [
{ file:'sms-history.html', label:'通知管理 · 短信发送历史' },
{ file:'sms-template.html', label:'通知管理 · 短信模板' }
]},
{ name:'健康体检', dir:'web-admin/health-checkup', entry:'archive-personal.html', pages:[
{ name:'健康体检', dir:'web-admin/health-checkup', entry:'archive-personal.html', prd:'web-admin/health-checkup/doc/PRD.md', done:true, pages:[
{ file:'archive-personal.html', label:'个人体检数据' },
{ file:'archive-unit.html', label:'单位报表数据' },
{ file:'config-material-notice.html', label:'体检须知' },
@@ -660,7 +660,7 @@ const SITE_MAP = [
{ name:'应用主页', dir:'employee-app/home', entry:'index.html', pages:[
{n:'应用主页(收起态)',f:'index.html'},
] },
{ name:'健康体检', dir:'employee-app/health-checkup', entry:'index.html', prd:'employee-app/health-checkup/doc/PRD.md', pages:[
{ name:'健康体检', dir:'employee-app/health-checkup', entry:'index.html', prd:'employee-app/health-checkup/doc/PRD.md', done:true, pages:[
{ file:'doc/design-overview.html', label:'页面总览' },
{ file:'index.html', label:'健康体检主页' },
{ file:'booking-type.html', label:'选择体检类型' },