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
提交
3b1c9a51
提交
3b1c9a51
编写于
4月 03, 2024
作者:
zhaosheng.zhang
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'release' into feature/task/diagnosis-list
上级
9cd0006c
10a867e6
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
11 行增加
和
7 行删除
+11
-7
diagnosis-im.vue
src/views/IM/diagnosis-admin/diagnosis-im.vue
+11
-7
未找到文件。
src/views/IM/diagnosis-admin/diagnosis-im.vue
浏览文件 @
3b1c9a51
...
@@ -122,12 +122,16 @@
...
@@ -122,12 +122,16 @@
v-if=
"item.showType == 6"
v-if=
"item.showType == 6"
class=
"audio-box"
class=
"audio-box"
>
>
<audio
controls
>
<
!--
<
audio
controls
>
<source
<source
:src=
"item.url"
:src=
"item.url"
type=
"audio/mpeg"
type=
"audio/mpeg"
>
>
</audio>
</audio>
-->
<audio
controls
:src=
"item.url"
/>
</div>
</div>
<!-- 问诊开始与病例模块 -->
<!-- 问诊开始与病例模块 -->
<div
<div
...
@@ -415,7 +419,7 @@
...
@@ -415,7 +419,7 @@
created
()
{
created
()
{
_this
=
this
;
_this
=
this
;
console
.
log
(
_this
);
console
.
log
(
_this
);
this
.
picakfAccId
=
getPicaKFAccid
();
this
.
picakfAccId
=
getPicaKFAccid
();
this
.
tid
=
this
.
$route
.
query
.
tid
||
''
;
this
.
tid
=
this
.
$route
.
query
.
tid
||
''
;
this
.
getFiveContentList
();
this
.
getFiveContentList
();
autoCompletionIntervalId
&&
clearInterval
(
autoCompletionIntervalId
);
autoCompletionIntervalId
&&
clearInterval
(
autoCompletionIntervalId
);
...
@@ -744,7 +748,7 @@
...
@@ -744,7 +748,7 @@
canPush
&&
this
.
messageList
.
push
(
item
);
canPush
&&
this
.
messageList
.
push
(
item
);
}
}
});
});
if
(
flag
)
{
if
(
flag
)
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
var
element
=
document
.
querySelector
(
'.scroll-box'
);
var
element
=
document
.
querySelector
(
'.scroll-box'
);
...
@@ -891,8 +895,8 @@
...
@@ -891,8 +895,8 @@
msg
.
isShowErrorIcon
=
false
;
msg
.
isShowErrorIcon
=
false
;
msg
.
isShowErrorMsg
=
false
;
// 只有在下次拉取新数据时才有可能是为ture
msg
.
isShowErrorMsg
=
false
;
// 只有在下次拉取新数据时才有可能是为ture
msg
.
extData
=
Object
.
assign
({},
params
);
// 再将发送时的数据
msg
.
extData
=
Object
.
assign
({},
params
);
// 再将发送时的数据
msg
.
sendId
=
sendId
;
msg
.
sendId
=
sendId
;
msg
.
sendOrReceive
=
true
;
msg
.
sendOrReceive
=
true
;
msg
.
timestampStr
=
new
Date
().
format
(
'hh:mm'
);
msg
.
timestampStr
=
new
Date
().
format
(
'hh:mm'
);
msg
.
realTimestamp
=
this
.
realTimestamp
;
msg
.
realTimestamp
=
this
.
realTimestamp
;
msg
.
taskLogId
=
this
.
currentTaskLogId
;
msg
.
taskLogId
=
this
.
currentTaskLogId
;
...
@@ -1001,4 +1005,4 @@
...
@@ -1001,4 +1005,4 @@
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
@import
"./im.scss"
;
@import
"./im.scss"
;
</
style
>
</
style
>
\ No newline at end of file
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录