提交 6a5f2655 编写于 作者: lyf's avatar lyf

去除this

上级 d08e4bc2
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
class="offline" class="offline"
v-if=" v-if="
(item.diagnoseType == 1 || item.diagnoseType == 2) && (item.diagnoseType == 1 || item.diagnoseType == 2) &&
(item.returnStatus == 1 || this.item.returnStatus == 3)&& (item.returnStatus == 1 || item.returnStatus == 3)&&
doctorTrtcEntryStatus != 1 doctorTrtcEntryStatus != 1
" "
> >
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
class="offline" class="offline"
v-if=" v-if="
(item.diagnoseType == 1 ||item.diagnoseType == 2 )&& (item.diagnoseType == 1 ||item.diagnoseType == 2 )&&
(item.returnStatus == 1 || this.item.returnStatus == 3)&& (item.returnStatus == 1 ||item.returnStatus == 3)&&
userTrtcEntryStatus != 1 userTrtcEntryStatus != 1
" "
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册