提交 59a90d73 编写于 作者: lyf's avatar lyf

修改图文展示

上级 a1176e36
......@@ -34,7 +34,7 @@
<div
class="offline"
v-if="
(item.diagnoseType == 1 || item.diagnoseType == 2) &&
(diagnoseTypeIcon== 'voice') &&
(item.returnStatus == 1 || item.returnStatus == 3) &&
doctorTrtcEntryStatus != 1
"
......@@ -69,7 +69,7 @@
<div
class="call-status"
v-if="
(item.diagnoseType == 1 || item.diagnoseType == 2) &&
diagnoseTypeIcon== 'voice' &&
doctorTrtcEntryStatus != 1
"
>
......@@ -93,10 +93,9 @@
<div
class="offline"
v-if="
(item.diagnoseType == 1 || item.diagnoseType == 2) &&
diagnoseTypeIcon== 'voice' &&
(item.returnStatus == 1 || item.returnStatus == 3) &&
userTrtcEntryStatus != 1
"
userTrtcEntryStatus != 1"
>
<img :src="offline" alt="" />
</div>
......@@ -127,10 +126,7 @@
<div
class="call-status"
v-if="
(item.diagnoseType == 1 || item.diagnoseType == 2) &&
userTrtcEntryStatus != 1
"
v-if="diagnoseTypeIcon== 'voice' &&userTrtcEntryStatus != 1"
>
<img
v-if="isCall"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册