feat: 一线医疗管理端二线迭代(45页改版+3页新增:侧栏二级分组改造——基础配置(药配/分配/救护车)、日常业务(日常诊疗/用药记录/任务管理)、床头呼叫(设备管理/宿舍管理)收敛为可展开收起子组,默认收起带交互注释;床头呼叫新增站点管理页(单位部门筛选+台账列表+双列表单弹窗)并更名楼栋/宿舍/床位信息、分配管理、告警记录、汇总统计,顶栏入口调整为设备列表;数据统计重排——救护车统计两页由基础配置移入,表格/图表双页收拢为单一入口页内图表/报表view-switch互切,新增救助物品统计图表页(三环形占比图)与报表页(小药棒/药品箱/急救包分组表头本期累计明细)共享导入工具条;全站视觉尺寸升级font-xs→font-sm、控件高32→36、表格padding与min-width上调、表单双列栅格与下拉箭头/上传框通用样式;首页SITE_MAP同步新增/移域/更名条目并移除done状态回退设计中,CHANGELOG记录)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
b4f3d5cb8c
commit
47ab38e28d
+13
-10
@@ -586,7 +586,7 @@ const SITE_MAP = [
|
||||
{ file:'professional.html', label:'正在应急' },
|
||||
{ file:'chat-message.html', label:'对话消息' }
|
||||
]},
|
||||
{ name:'一线医疗', dir:'web-admin/frontline-medical', entry:'archive-visit-data.html', done:true, pages:[
|
||||
{ name:'一线医疗', dir:'web-admin/frontline-medical', entry:'archive-visit-data.html', pages:[
|
||||
{ file:'archive-visit-data.html', label:'档案 · 个人就医数据' },
|
||||
{ file:'archive-unit-report.html', label:'档案 · 单位报表数据' },
|
||||
{ file:'archive-algo-model.html', label:'档案 · 算法模型' },
|
||||
@@ -598,8 +598,6 @@ const SITE_MAP = [
|
||||
{ file:'config-allocate.html', label:'基础配置 · 分配管理' },
|
||||
{ file:'config-allocate-stat.html', label:'基础配置 · 分配统计' },
|
||||
{ file:'config-ambulance.html', label:'基础配置 · 救护车列表' },
|
||||
{ file:'stat-ambulance-table.html', label:'基础配置 · 救护车统计(表格视图)' },
|
||||
{ file:'stat-ambulance-chart.html', label:'基础配置 · 救护车统计(图表视图)' },
|
||||
{ file:'daily-treatment-staff.html', label:'日常业务 · 员工就诊' },
|
||||
{ file:'daily-treatment-nonstaff.html', label:'日常业务 · 非员工就诊' },
|
||||
{ file:'daily-stock-in.html', label:'日常业务 · 入库记录' },
|
||||
@@ -612,17 +610,22 @@ const SITE_MAP = [
|
||||
{ file:'daily-interpret.html', label:'日常业务 · 解读任务' },
|
||||
{ file:'daily-education.html', label:'日常业务 · 健康宣教管理' },
|
||||
{ file:'daily-interpret-manage.html', label:'日常业务 · 报告解读管理' },
|
||||
{ file:'bed-building.html', label:'床头呼叫 · 楼栋管理' },
|
||||
{ file:'bed-dormitory.html', label:'床头呼叫 · 宿舍管理' },
|
||||
{ file:'bed-bed.html', label:'床头呼叫 · 床位管理' },
|
||||
{ file:'bed-station.html', label:'床头呼叫 · 站点管理' },
|
||||
{ file:'bed-building.html', label:'床头呼叫 · 楼栋信息' },
|
||||
{ file:'bed-dormitory.html', label:'床头呼叫 · 宿舍信息' },
|
||||
{ file:'bed-bed.html', label:'床头呼叫 · 床位信息' },
|
||||
{ file:'bed-device.html', label:'床头呼叫 · 设备列表' },
|
||||
{ file:'bed-device-allocate.html', label:'床头呼叫 · 设备分配' },
|
||||
{ file:'bed-device-allocate.html', label:'床头呼叫 · 分配管理' },
|
||||
{ file:'bed-allocate-record.html', label:'床头呼叫 · 分配记录' },
|
||||
{ file:'bed-call-record.html', label:'床头呼叫 · 呼叫记录' },
|
||||
{ file:'bed-timeout-alarm.html', label:'床头呼叫 · 超时未归告警' },
|
||||
{ file:'bed-stat.html', label:'床头呼叫 · 统计汇总' },
|
||||
{ file:'stat-clinic-table.html', label:'数据统计 · 医疗点统计-表格' },
|
||||
{ file:'bed-timeout-alarm.html', label:'床头呼叫 · 告警记录' },
|
||||
{ file:'bed-stat.html', label:'床头呼叫 · 汇总统计' },
|
||||
{ file:'stat-clinic-chart.html', label:'数据统计 · 医疗点统计-图表' },
|
||||
{ file:'stat-clinic-table.html', label:'数据统计 · 医疗点统计-报表' },
|
||||
{ file:'stat-ambulance-chart.html', label:'数据统计 · 救护车统计-图表' },
|
||||
{ file:'stat-ambulance-table.html', label:'数据统计 · 救护车统计-报表' },
|
||||
{ file:'stat-rescue-chart.html', label:'数据统计 · 救助物品统计-图表' },
|
||||
{ file:'stat-rescue-table.html', label:'数据统计 · 救助物品统计-报表' },
|
||||
{ file:'hut-banner.html', label:'健康小屋 · 轮播图配置' },
|
||||
{ file:'hut-room.html', label:'健康小屋 · 健康室管理' },
|
||||
{ file:'hut-appointment.html', label:'健康小屋 · 预约管理' },
|
||||
|
||||
Reference in New Issue
Block a user