From 71a9c91f3253c7446a1ca80b3230e68fcabeed0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=9F=B5=E7=90=B4?= <757188142@qq.com> Date: Thu, 16 Apr 2026 14:34:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=B7=B2=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E5=9B=BE=E6=96=87=E5=92=A8=E8=AF=A2=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=EF=BC=8C=E5=92=A8=E8=AF=A2=E8=AE=B0=E5=BD=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=A2=9E=E5=8A=A0=E5=B7=B2=E8=B6=85=E6=97=B6=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- employee-app/health-consult/my-records.html | 15 ++ .../health-consult/record-detail-timeout.html | 222 ++++++++++++++++++ index.html | 8 +- 3 files changed, 241 insertions(+), 4 deletions(-) create mode 100644 employee-app/health-consult/record-detail-timeout.html diff --git a/employee-app/health-consult/my-records.html b/employee-app/health-consult/my-records.html index ee8e792..4782c55 100644 --- a/employee-app/health-consult/my-records.html +++ b/employee-app/health-consult/my-records.html @@ -88,6 +88,7 @@ .status-cancelled { background: #f5f5f5; color: #999; } .status-rejected { background: #fff2f0; color: #ff4d4f; } .status-confirming { background: #f9f0ff; color: #722ed1; } + .status-timeout { background: #fff2e8; color: #d4380d; } .ri-consult-person { font-size: 12px; color: #666; margin-top: 10px; display: flex; align-items: center; gap: 6px; } .ri-consult-person .rated-tag { font-size: 11px; background: #f6ffed; color: #52c41a; padding: 1px 6px; border-radius: 10px; } .ri-msg { font-size: 13px; color: #666; margin-top: 8px; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } @@ -205,6 +206,20 @@
建议您做颈椎MRI检查,明确诊断...
2026-03-15 09:10
+ + +
+
👩‍⚕️
+
+
陈美华医生
+
北京天坛医院 · 神经内科
+
+ 已超时 +
+
咨询人:本人
+
咨询已超时自动关闭,如需继续请重新发起...
+
2026-03-02 16:40
+
diff --git a/employee-app/health-consult/record-detail-timeout.html b/employee-app/health-consult/record-detail-timeout.html new file mode 100644 index 0000000..af74ca4 --- /dev/null +++ b/employee-app/health-consult/record-detail-timeout.html @@ -0,0 +1,222 @@ + + + + + + 咨询详情 - 已超时 + + + + +
+ + +
+ 10:24 +
+ + +
+
+ + + + + +
+ + +
+
👩‍⚕️
+
+
陈美华医生
+
北京天坛医院 · 神经内科
+
+ 已超时 +
+ + +
+
+ 咨询类型 + 💬 图文咨询 +
+
+ 咨询人 + 本人 +
+
+ 咨询时间 + 2026-03-02 16:40 +
+
+ 结束时间 + 2026-03-03 16:40 +
+
+ 结束原因 + 超时自动关闭 +
+
+ + +
+
⏰ 咨询已超时
+
医生未在规定时间内回复,本次咨询已自动关闭。如需继续咨询,请重新发起。
+
+ + +
+ 📋 + 咨询人健康档案 + +
+ + + + 💬 +
+
查看历史对话记录
+
点击查看完整对话内容
+
+ +
+ +
+ + +
+
+ + \ No newline at end of file diff --git a/index.html b/index.html index b19918b..bb10506 100644 --- a/index.html +++ b/index.html @@ -199,7 +199,6 @@ const SITE_MAP = [ { file:'settlement.html', label:'咨询结算' }, { file:'settlement-add.html', label:'新增结算' }, { file:'settlement-report.html', label:'结算报表' }, - { file:'exception-result.html', label:'结果异常' }, { file:'exception-dirty.html', label:'系统脏数据' }, { file:'config-hospital.html', label:'医院配置' }, { file:'config-department.html', label:'科室配置' }, @@ -233,7 +232,8 @@ const SITE_MAP = [ { file:'item-detail-dialog.html', label:'项目明细弹窗', dialog:true }, { file:'send-dialog.html', label:'新建短信弹窗', dialog:true }, { file:'sms-detail-dialog.html', label:'发送详情弹窗', dialog:true }, - { file:'report-detail-dialog.html', label:'报表详情弹窗', dialog:true } + { file:'report-detail-dialog.html', label:'报表详情弹窗', dialog:true }, + { file:'expert-schedule-dialog.html', label:'专家排班弹窗', dialog:true } ]}, { name:'应急就医', dir:'web-admin/emergency-dispatch', pages:[] }, { name:'一线医疗', dir:'web-admin/frontline-medical', pages:[] } @@ -255,7 +255,7 @@ const SITE_MAP = [ { file:'find-expert.html', label:'找专家' }, { file:'expert-list.html', label:'专家列表' }, { file:'expert-profile.html', label:'专家主页' }, { file:'expert-reviews.html', label:'专家评价' }, { file:'hospital-detail.html', label:'医院详情' }, - { file:'select-person.html', label:'选择咨询人' }, { file:'consult-person-detail.html', label:'咨询人档案' }, + { file:'select-person.html', label:'选择咨询人' }, { file:'select-record.html', label:'发送档案' }, { file:'consult-person-detail.html', label:'咨询人档案' }, { file:'add-health-record.html', label:'新增健康档案' }, { file:'text-chat.html', label:'图文咨询' }, { file:'text-chat-history.html', label:'图文历史对话' }, { file:'assistant-chat.html', label:'小助手对话' }, { file:'assistant-chat-history.html', label:'小助手历史对话' }, @@ -264,7 +264,7 @@ const SITE_MAP = [ { file:'video-detail-done.html', label:'视频已完成' }, { file:'video-detail-cancelled.html', label:'视频已取消' }, { file:'video-detail-rejected.html', label:'视频已拒绝' }, { file:'my-records.html', label:'咨询记录' }, { file:'record-detail.html', label:'记录详情' }, - { file:'record-detail-rated.html', label:'已评价详情' }, { file:'record-detail-unrated.html', label:'未评价详情' }, + { file:'record-detail-rated.html', label:'已评价详情' }, { file:'record-detail-unrated.html', label:'未评价详情' }, { file:'record-detail-timeout.html', label:'已超时详情' }, { file:'rate-doctor.html', label:'评价医生' }, { file:'end-consult-dialog.html', label:'结束咨询弹窗', dialog:true }, { file:'select-person-dialog.html', label:'选择就诊人弹窗', dialog:true },