Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
e92b6688
提交
e92b6688
编写于
8月 03, 2021
作者:
张磊
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'fix/fs' into 'develop'
结束会话 See merge request
!54
上级
01fa841b
99867318
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
51 行增加
和
6 行删除
+51
-6
doctorCallcustomer.gif
src/assets/image/workbench/doctorCallcustomer.gif
+0
-0
chat.scss
src/components/IM/chat.scss
+13
-1
chat.vue
src/components/IM/chat.vue
+2
-2
inquirylist.vue
src/components/common/inquirylist.vue
+36
-3
未找到文件。
src/assets/image/workbench/doctorCallcustomer.gif
0 → 100644
浏览文件 @
e92b6688
13.6 KB
src/components/IM/chat.scss
浏览文件 @
e92b6688
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
}
}
.c-header-edit
{
.c-header-edit
{
display
:
flex
;
display
:
flex
;
min-width
:
1
11
px
;
min-width
:
1
40
px
;
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
{
...
...
src/components/IM/chat.vue
浏览文件 @
e92b6688
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
<span
class=
"dep"
>
{{
currentChat
.
department
}}
</span>
<span
class=
"dep"
>
{{
currentChat
.
department
}}
</span>
</div>
</div>
<div
class=
"c-header-edit"
>
<div
class=
"c-header-edit"
>
<span
class=
"edit-img"
@
click=
"overFn"
>
<span
class=
"edit-img
close
"
@
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
/>
...
...
src/components/common/inquirylist.vue
浏览文件 @
e92b6688
...
@@ -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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录