Commit 29f6b55c authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/huaguohao/crm

parents a3eb851c 162280af
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
</td> </td>
<td style="border:none" min-width="6.5%"> <td style="border:none" min-width="6.5%">
<p class="colorblue font-color-link" <p class="colorblue font-color-link"
@click="openNameDetails(item)">{{item.GuestName}}</p> @click="openNameDetails(item)">{{item.GuestName?item.GuestName:'-'}}</p>
<p>{{item.MobilePhone}}</p> <p>{{item.MobilePhone}}</p>
</td> </td>
<td style="border:none">{{item.GuestCount}}</td> <td style="border:none">{{item.GuestCount}}</td>
......
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