feat: 员工端新增一线医疗模块及医疗点PAD用药信息调整
- 新增 employee-app/frontline-medical 一线医疗模块共22个页面 - index.html 站点地图挂载一线医疗入口与页面清单 - 医疗点PAD端随访/日常用药卡片信息对齐(用法用量、价格、数量)
This commit is contained in:
+21
-1
@@ -776,7 +776,27 @@ const SITE_MAP = [
|
||||
{ file:'appointment-form.html', label:'发起新预约' },
|
||||
{ file:'first-aid-videos.html', label:'急救教学视频' }
|
||||
]},
|
||||
{ name:'一线医疗', dir:'employee-app/frontline-medical', pages:[] },
|
||||
{ name:'一线医疗', dir:'employee-app/frontline-medical', entry:'index.html', pages:[
|
||||
{ file:'index.html', label:'一线医疗主页' },
|
||||
{ file:'medical-point.html', label:'分配医疗点' },
|
||||
{ file:'medical-point-staff.html', label:'医护人员' },
|
||||
{ file:'visit-list.html', label:'就诊记录' },
|
||||
{ file:'visit-detail.html', label:'就诊详情' },
|
||||
{ file:'follow-list.html', label:'随访记录' },
|
||||
{ file:'follow-detail.html', label:'随访详情+用药方案' },
|
||||
{ file:'follow-apply-records.html', label:'随访·申请记录' },
|
||||
{ file:'medication-plan.html', label:'慢病管理·用药方案' },
|
||||
{ file:'nearby-list.html', label:'附近医疗点' },
|
||||
{ file:'nearby-detail.html', label:'附近医疗点详情' },
|
||||
{ file:'hut-list.html', label:'健康小屋·在线预约' },
|
||||
{ file:'hut-detail.html', label:'健康小屋·健康室详情' },
|
||||
{ file:'hut-qrcode.html', label:'健康小屋·我的电子码' },
|
||||
{ file:'hut-booking-all.html', label:'我的预约·全部' },
|
||||
{ file:'hut-booking-booked.html', label:'我的预约·已预约' },
|
||||
{ file:'hut-booking-done.html', label:'我的预约·已完成' },
|
||||
{ file:'hut-measure-list.html', label:'测量记录' },
|
||||
{ file:'hut-measure-report.html', label:'测评报告' }
|
||||
]},
|
||||
{ name:'健康档案', dir:'employee-app/health-record', pages:[] },
|
||||
{ name:'知识普及', dir:'employee-app/knowledge', pages:[] },
|
||||
{ name:'个人中心', dir:'employee-app/profile', entry:'index.html', pages:[
|
||||
|
||||
Reference in New Issue
Block a user