Commit 88beb353 by liang ce

随行人判断

parent 0bdaeb54
...@@ -55,8 +55,8 @@ ...@@ -55,8 +55,8 @@
</div> </div>
<div> <div>
<label>随行访客</label> <label>随行访客</label>
<div v-if="showModalData.visitorList && showModalData.visitorList.length !== 1"> <div v-if="showModalData.visitorList1 && showModalData.visitorList1.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.visitorList1" :key="item.visitorId" v-show="item.mobile !== showModalData.mobile">{{item.name}} {{item.mobile}}</p>
</div> </div>
<div v-else> <div v-else>
暂无 暂无
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</div> </div>
<div> <div>
<label>访客公司</label> <label>访客公司</label>
<div>{{showModalData.companyName}}</div> <div>{{showModalData.companyName ? showModalData.companyName : '暂无'}}</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