feat: 新增已超时图文咨询详情页,咨询记录列表增加已超时状态
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+4
-4
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user