提交 e92b6688 编写于 作者: 张磊's avatar 张磊

Merge branch 'fix/fs' into 'develop'

结束会话

See merge request !54
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
} }
.c-header-edit{ .c-header-edit{
display: flex; display: flex;
min-width: 111px; min-width: 140px;
justify-content: space-around; justify-content: space-around;
.edit-img{ .edit-img{
width: 24px; width: 24px;
...@@ -46,6 +46,18 @@ ...@@ -46,6 +46,18 @@
height: 100%; height: 100%;
} }
} }
.edit-imgclose{
width: 70px;
height: 24px;
background: #FF5E57;
border-radius: 12px;
font-size: 13px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;
line-height: 24px;
user-select:none;
}
} }
} }
.msg-content { .msg-content {
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
<span class="dep">&nbsp;{{currentChat.department}}</span> <span class="dep">&nbsp;{{currentChat.department}}</span>
</div> </div>
<div class="c-header-edit"> <div class="c-header-edit">
<span class="edit-img" @click="overFn"> <span class="edit-imgclose" @click="overFn">
<img src="../../assets/image/IM/im_close.png" alt /> 结束问诊
</span> </span>
<span class="edit-img" @click="closeChat"> <span class="edit-img" @click="closeChat">
<img src="../../assets/image/IM/im_close2.png" alt /> <img src="../../assets/image/IM/im_close2.png" alt />
......
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
<em class="offline" v-if="item.doctorTrtcEntryStatus==2" ></em> <em class="offline" v-if="item.doctorTrtcEntryStatus==2" ></em>
<div class="onedoctor"> <el-avatar src="https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png"></el-avatar></div> <div class="onedoctor"> <el-avatar src="https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png"></el-avatar></div>
<div class="onedoctorname"> {{item.doctorName}} <span>接诊医生</span> <div class="onedoctorname"> {{item.doctorName}} <span>接诊医生</span>
<div class="onedoctornum">{{item.doctorMobile}} <span v-if="item.doctorCallTime">{{}}小时前呼叫</span> <span v-if="inquiry.answer">未接听</span><i v-else></i></div> <div class="onedoctornum">{{item.doctorMobile}} <span v-if="item.doctorCallTime">{{}}小时前呼叫</span> <span v-if="inquiry.answer">未接听</span>
<img class="doctorcallImg" :src="doctorIncomingcallImg" v-show="item.doctorCallKfStatus =='0'" alt />
</div>
</div> </div>
<img <img
@click="calldoc()" @click="calldoc()"
...@@ -32,7 +34,9 @@ ...@@ -32,7 +34,9 @@
<em v-if="item.userTrtcEntryStatus==2" class="offline"></em> <em v-if="item.userTrtcEntryStatus==2" class="offline"></em>
<div class="onedoctor"> <el-avatar src="https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png"></el-avatar></div> <div class="onedoctor"> <el-avatar src="https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png"></el-avatar></div>
<div class="onedoctorname"> {{item.userName}} <span>助诊医生</span> <div class="onedoctorname"> {{item.userName}} <span>助诊医生</span>
<div class="onedoctornum">{{item.userMobile}} <span v-if="item.userCallTime">{{}}小时前呼叫</span> <span v-if="inquiry.answer">未接听</span><i v-else></i></div> <div class="onedoctornum">{{item.userMobile}} <span v-if="item.userCallTime">{{}}小时前呼叫</span> <span v-if="inquiry.answer">未接听</span>
<img class="doctorcallImg" :src="doctorIncomingcallImg" v-show="item.userCallKfStatus =='0'" alt />
</div>
</div> </div>
<img <img
v-if="inquiry.imgshowhelp" v-if="inquiry.imgshowhelp"
...@@ -69,7 +73,8 @@ export default { ...@@ -69,7 +73,8 @@ export default {
timer:null, timer:null,
flag:true, flag:true,
nomor:true, nomor:true,
Adviceslist:{} Adviceslist:{},
doctorIncomingcallImg: require('@/assets/image/workbench/doctorCallcustomer.gif')
}; };
}, },
props:{ props:{
...@@ -343,6 +348,10 @@ export default { ...@@ -343,6 +348,10 @@ export default {
.onedoctornum{ .onedoctornum{
font-size: 16px; font-size: 16px;
margin-top: 2px; margin-top: 2px;
.doctorcallImg{
width: 14px;
height: 14px;
}
} }
} }
} }
...@@ -508,6 +517,10 @@ export default { ...@@ -508,6 +517,10 @@ export default {
.onedoctornum{ .onedoctornum{
font-size: 14px; font-size: 14px;
margin-top: 5px; margin-top: 5px;
.doctorcallImg{
width: 14px;
height: 14px;
}
} }
} }
.helpdoctor{ .helpdoctor{
...@@ -542,6 +555,10 @@ export default { ...@@ -542,6 +555,10 @@ export default {
.onedoctornum{ .onedoctornum{
font-size: 14px; font-size: 14px;
margin-top: 5px; margin-top: 5px;
.doctorcallImg{
width: 14px;
height: 14px;
}
} }
} }
} }
...@@ -703,6 +720,10 @@ export default { ...@@ -703,6 +720,10 @@ export default {
.onedoctornum{ .onedoctornum{
font-size: 14px; font-size: 14px;
margin-top: 5px; margin-top: 5px;
.doctorcallImg{
width: 14px;
height: 14px;
}
} }
} }
.helpdoctor{ .helpdoctor{
...@@ -737,6 +758,10 @@ export default { ...@@ -737,6 +758,10 @@ export default {
.onedoctornum{ .onedoctornum{
font-size: 14px; font-size: 14px;
margin-top: 5px; margin-top: 5px;
.doctorcallImg{
width: 14px;
height: 14px;
}
} }
} }
} }
...@@ -899,6 +924,10 @@ export default { ...@@ -899,6 +924,10 @@ export default {
.onedoctornum{ .onedoctornum{
font-size: 14px; font-size: 14px;
margin-top: 5px; margin-top: 5px;
.doctorcallImg{
width: 14px;
height: 14px;
}
} }
} }
.helpdoctor{ .helpdoctor{
...@@ -933,6 +962,10 @@ export default { ...@@ -933,6 +962,10 @@ export default {
.onedoctornum{ .onedoctornum{
font-size: 14px; font-size: 14px;
margin-top: 5px; margin-top: 5px;
.doctorcallImg{
width: 14px;
height: 14px;
}
} }
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册