Commit f1683cc7 by liang ce

访客数据修改

parent edd38b3b
...@@ -55,9 +55,12 @@ ...@@ -55,9 +55,12 @@
</div> </div>
<div> <div>
<label>随行访客</label> <label>随行访客</label>
<div> <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>
</div> </div>
<div> <div>
<label>访客公司</label> <label>访客公司</label>
......
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