mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-26 16:04:11 +00:00
fix bug no contact found
This commit is contained in:
+2
-1
@@ -16,7 +16,8 @@
|
||||
<i class="fa fa-address-card fs-12 m-b-5 muted"></i>
|
||||
</div>
|
||||
<div class="col p-l-5">
|
||||
<div class="muted bold fs-10">+{{item.owner.contact ? item.owner.contact.country_code : '--'}} {{parseInt(item.owner.contact.phone, 10)}}</div>
|
||||
<div class="muted bold fs-10" v-if="item.owner.contact">+{{item.owner.contact.country_code}} {{parseInt(item.owner.contact.phone, 10)}}</div>
|
||||
<div class="muted bold fs-10" v-else></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user