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 @@
+
+
+
+
+
+ 咨询详情 - 已超时
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
👩⚕️
+
+
陈美华医生
+
北京天坛医院 · 神经内科
+
+
已超时
+
+
+
+
+
+ 咨询类型
+ 💬 图文咨询
+
+
+ 咨询人
+ 本人
+
+
+ 咨询时间
+ 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 },