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

修改图文展示

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