feat: 新增健康体检管理端原型页面(web-admin/health-checkup)
- 新增42个健康体检管理端HTML原型页面,覆盖档案、基础配置、检前、检中、检后、异常事件模块 - 防癌筛查人员页面包含二级表头(上一年检查情况)、完整筛选条件和操作按钮 - 更新 index.html 导航页 SITE_MAP 添加健康体检模块入口 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+45
-1
@@ -166,7 +166,51 @@ const ICONS = {
|
||||
const SITE_MAP = [
|
||||
{ id:'web-admin', label:'Web 管理端', icon:'web', color:'#69b1ff', modules:[
|
||||
{ name:'系统管理', dir:'web-admin/system-management', pages:[] },
|
||||
{ name:'健康体检', dir:'web-admin/health-checkup', pages:[] },
|
||||
{ name:'健康体检', dir:'web-admin/health-checkup', entry:'archive-personal.html', pages:[
|
||||
{ file:'archive-personal.html', label:'个人体检数据' },
|
||||
{ file:'archive-unit.html', label:'单位报表数据' },
|
||||
{ file:'config-material-notice.html', label:'体检须知' },
|
||||
{ file:'config-material-video.html', label:'视频信息' },
|
||||
{ file:'config-hospital-basic.html', label:'基本信息配置' },
|
||||
{ file:'config-hospital-combo.html', label:'检查项组合配置' },
|
||||
{ file:'config-report-template.html', label:'体检报告模板' },
|
||||
{ file:'config-standard-category.html', label:'体检项目分类' },
|
||||
{ file:'config-standard-basic.html', label:'体检基本项目' },
|
||||
{ file:'config-standard-hospital.html', label:'医院体检项目' },
|
||||
{ file:'pre-hospital-scope.html', label:'医院承检范围' },
|
||||
{ file:'pre-plan.html', label:'体检计划管理' },
|
||||
{ file:'pre-quota-group.html', label:'群体额度' },
|
||||
{ file:'pre-quota-personal.html', label:'个人额度' },
|
||||
{ file:'pre-item-hospital-fee.html', label:'医院体检项目费用' },
|
||||
{ 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-special-cancer.html', label:'防癌筛查人员' },
|
||||
{ file:'pre-special-occupation.html', label:'职业体检人员' },
|
||||
{ file:'pre-special-gastro.html', label:'胃肠镜体检人员' },
|
||||
{ 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-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:'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-standard-stat.html', label:'系统标准化项目统计' },
|
||||
{ file:'post-contracted-hospital.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:'结果异常' }
|
||||
]},
|
||||
{ name:'体重管理', dir:'web-admin/weight-management', pages:[] },
|
||||
{ name:'营养管理', dir:'web-admin/nutrition', pages:[] },
|
||||
{ name:'运动管理', dir:'web-admin/exercise', pages:[] },
|
||||
|
||||
Reference in New Issue
Block a user