feat: 健康体检检中/检后侧边栏改为二级目录并将胃肠镜Tab拆分独立成页(新增员工预约跟踪/单位预约统计胃肠镜页与胃肠镜医院承检范围、单位体检计划管理页),体重管理蓝牙称成员弹窗新增移除操作,急救地图弹窗卡片名称补充说明,首页站点地图与文档同步

This commit is contained in:
liuyunqin
2026-09-01 16:40:55 +08:00
parent deb366e19c
commit db8c2d1d08
56 changed files with 3442 additions and 1623 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ stateDiagram-v2
![医疗点地图](screenshots/resource-map-clinic.jpg)
![急救包地图](screenshots/resource-map-kit.jpg)
以上四个地图页面与能源医院地图共享统一的页面结构,仅资源类型不同(注:救护车不显示地图导航按钮)。
以上四个地图页面与能源医院地图共享统一的页面结构,仅资源类型不同(注:救护车不显示地图导航按钮)。AED弹窗卡片名称展示为“AED(设备编号)”,急救包弹窗卡片名称展示为“急救包(编号)”。
**交互说明:** 同能源医院地图页面,底部Tab栏切换时跳转到对应资源地图页面,点击标记弹出该类型资源的概要卡片。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 26 KiB

@@ -98,7 +98,7 @@
<div class="popup-card" onclick="window.location.href='aed-detail.html'">
<div class="popup-card__img"><svg width="40" height="40" viewBox="0 0 40 40"><rect width="40" height="40" rx="4" fill="#fff8e8"/><text x="20" y="25" text-anchor="middle" fill="#faad14" font-size="14" font-weight="700">AED</text></svg></div>
<div class="popup-card__info">
<div class="popup-card__name">半自动体外除颤仪</div>
<div class="popup-card__name">AEDA596852322</div>
<div class="popup-card__dist">距离3.5km 驾车约12分钟</div>
<div class="popup-card__addr">详细地址:生产保障大队办公楼楼道</div>
<div class="popup-card__unit">第三采油厂-虎狼峁采油作业区</div>
@@ -98,7 +98,7 @@
<div class="popup-card" onclick="window.location.href='first-aid-kit-detail.html'">
<div class="popup-card__img"><svg width="40" height="40" viewBox="0 0 40 40"><rect width="40" height="40" rx="4" fill="#e8ffe8"/><rect x="8" y="12" width="24" height="18" rx="3" fill="#52c41a"/><rect x="16" y="8" width="8" height="6" rx="1" fill="#52c41a"/><rect x="17" y="17" width="6" height="6" rx="1" fill="#fff"/><rect x="19" y="15" width="2" height="10" rx="0.5" fill="#fff"/></svg></div>
<div class="popup-card__info">
<div class="popup-card__name">急救包</div>
<div class="popup-card__name">急救包JJBA0001</div>
<div class="popup-card__dist">距离3.5km 驾车约12分钟</div>
<div class="popup-card__addr">详细地址:生产保障大队办公楼楼道</div>
<div class="popup-card__unit">第三采油厂-虎狼峁采油作业区</div>