|
|
|
@ -175,6 +175,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
<script> |
|
|
|
import { |
|
|
|
import { |
|
|
|
|
|
|
|
meetingModes, |
|
|
|
postConsultationInfo, |
|
|
|
postConsultationInfo, |
|
|
|
getConsultationList, |
|
|
|
getConsultationList, |
|
|
|
getConsultationMeetingInfo, |
|
|
|
getConsultationMeetingInfo, |
|
|
|
@ -191,40 +192,7 @@ export default { |
|
|
|
size: 10, |
|
|
|
size: 10, |
|
|
|
total: 0, |
|
|
|
total: 0, |
|
|
|
}, |
|
|
|
}, |
|
|
|
meetingModes: [ |
|
|
|
meetingModes: meetingModes(), |
|
|
|
{ |
|
|
|
|
|
|
|
title: "实时会诊", |
|
|
|
|
|
|
|
icon: "el-icon-user-solid", |
|
|
|
|
|
|
|
color: "blue", |
|
|
|
|
|
|
|
routeName: "RealTimeConsultation", |
|
|
|
|
|
|
|
routePath: "/videoCommunication/realTimeConsultation", |
|
|
|
|
|
|
|
type: 1, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
title: "带教培训", |
|
|
|
|
|
|
|
icon: "el-icon-video-play", |
|
|
|
|
|
|
|
color: "yellow", |
|
|
|
|
|
|
|
routeName: "Training", |
|
|
|
|
|
|
|
routePath: "/videoCommunication/training", |
|
|
|
|
|
|
|
type: 9, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
title: "在线质控", |
|
|
|
|
|
|
|
icon: "el-icon-lightbulb", |
|
|
|
|
|
|
|
color: "grayblue", |
|
|
|
|
|
|
|
routeName: "QualityControl", |
|
|
|
|
|
|
|
routePath: "/videoCommunication/qualityControl", |
|
|
|
|
|
|
|
type: 6, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
title: "病例研讨", |
|
|
|
|
|
|
|
icon: "el-icon-chat-line-square", |
|
|
|
|
|
|
|
color: "greenblue", |
|
|
|
|
|
|
|
routeName: "CaseStudy", |
|
|
|
|
|
|
|
routePath: "/videoCommunication/caseStudy", |
|
|
|
|
|
|
|
type: 3, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
list: [], |
|
|
|
list: [], |
|
|
|
meetingDetailVisible: false, |
|
|
|
meetingDetailVisible: false, |
|
|
|
meetingDetail: {}, |
|
|
|
meetingDetail: {}, |
|
|
|
|