Commit 0bdaeb54 by liang ce

随行人判断

parent efdfc1c5
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<div v-if="showModalData.visitorList && showModalData.visitorList.length !== 1"> <div v-if="showModalData.visitorList && showModalData.visitorList.length !== 1">
<p v-for="item in showModalData.visitorList" :key="item.visitorId" v-show="item.mobile !== showModalData.mobile">{{item.name}} {{item.mobile}}</p> <p v-for="item in showModalData.visitorList" :key="item.visitorId" v-show="item.mobile !== showModalData.mobile">{{item.name}} {{item.mobile}}</p>
</div> </div>
<div> <div v-else>
暂无 暂无
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment