Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jingqi.liu
pica-admin-consultation
提交
0a05a179
提交
0a05a179
编写于
7月 31, 2021
作者:
张磊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
save
上级
ab6a4507
变更
4
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
27 行增加
和
9 行删除
+27
-9
chat.scss
src/components/IM/chat.scss
+10
-2
chat.vue
src/components/IM/chat.vue
+9
-3
diagnosis-live.vue
src/components/IM/diagnosis-live.vue
+3
-2
inquirylist.vue
src/components/common/inquirylist.vue
+5
-2
未找到文件。
src/components/IM/chat.scss
浏览文件 @
0a05a179
...
...
@@ -389,12 +389,17 @@
font-size
:
14px
;
font-weight
:
bold
;
}
/
deep
/
.el-textarea
{
width
:
75%
;
::v-deep
.el-textarea
{
.el-textarea__inner
{
border
:
none
;
}
}
::v-deep
.c-bottom-input
{
//border: 4px solid #0d9078 !important;
::v-deep
textarea
{
border
:
none
!
important
;
}
}
}
&
.no-content
{
display
:
flex
;
...
...
@@ -444,3 +449,6 @@
}
}
}
.shrink64
{
height
:
64px
;
}
src/components/IM/chat.vue
浏览文件 @
0a05a179
<
template
>
<div
class=
"chat-wrap"
v-show=
"showChat"
>
<div
class=
"chat-wrap"
:class=
"toggleChatSize ? 'shrink64' : ''"
v-show=
"showChat"
>
<section
class=
"component-content"
id=
"screenSet"
>
<article
class=
"center"
...
...
@@ -18,7 +18,7 @@
<span
class=
"edit-img"
@
click=
"closeChat"
>
<img
src=
"../../assets/image/IM/im_close2.png"
alt
/>
</span>
<span
class=
"edit-img"
>
<span
class=
"edit-img"
@
click=
"toggleChatModal"
>
<img
src=
"../../assets/image/IM/im_small.png"
alt
/>
</span>
</div>
...
...
@@ -267,7 +267,8 @@ export default {
tid
:
''
,
teamMemberList
:
[],
doctorName
:
''
,
doctorImg
:
''
doctorImg
:
''
,
toggleChatSize
:
false
};
},
computed
:
{
...
...
@@ -926,6 +927,7 @@ export default {
})
.
catch
((
err
)
=>
{});
},
out
()
{
const
{
diagnoseLogId
}
=
this
.
currentChat
;
let
url
=
`/diagnose/admin/diagnose/endCall/
${
diagnoseLogId
}
`
;
...
...
@@ -955,6 +957,10 @@ export default {
});
},
toggleChatModal
()
{
this
.
toggleChatSize
=
!
this
.
toggleChatSize
;
}
},
beforeDestroy
()
{
...
...
src/components/IM/diagnosis-live.vue
浏览文件 @
0a05a179
...
...
@@ -116,8 +116,9 @@ export default {
};
},
created
()
{
this
.
tid
=
this
.
$route
.
query
.
tid
||
"3854284100"
;
this
.
diagnoseLogId
=
this
.
$route
.
query
.
diagnoseLogId
||
"38"
;
const
{
imTeamId
,
diagnoseLogId
}
=
this
.
currentChat
;
this
.
tid
=
imTeamId
||
"3854284100"
;
this
.
diagnoseLogId
=
diagnoseLogId
||
"38"
;
// openLoading(this);
this
.
init
();
},
...
...
src/components/common/inquirylist.vue
浏览文件 @
0a05a179
...
...
@@ -42,7 +42,7 @@
</div>
</div>
<div
class=
"inquiryroom"
>
<div
class=
"goroom"
><span
v-if=
"nomor"
@
click=
"openChat
"
>
进入诊室
</span><span
v-else
>
正在呼叫医助,进入诊室
</span>
</div>
<div
class=
"goroom"
@
click=
"openChat"
><span
v-if=
"nomor
"
>
进入诊室
</span><span
v-else
>
正在呼叫医助,进入诊室
</span>
</div>
<div
class=
"suggest"
@
click=
"openAdvice"
>
诊断建议
<div
class=
"writesuggest"
v-if=
"inquiry.write"
>
未写
</div></div>
</div>
</el-card>
...
...
@@ -331,10 +331,12 @@ export default {
}
}
.inquiryroom
{
user-select
:
none
;
height
:
45px
;
display
:
flex
;
//
display: flex;
font-size
:
14px
;
.goroom
{
display
:
inline-block
;
cursor
:pointer
;
width
:
238px
;
height
:
37px
;
...
...
@@ -349,6 +351,7 @@ export default {
}
}
.suggest
{
display
:
inline-block
;
cursor
:pointer
;
width
:
238px
;
color
:
#449284
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录