Major incomplete Change

This commit is contained in:
Omair Saleh
2019-02-23 05:50:40 +08:00
parent 5780b4884c
commit 2f60563422
@@ -33,7 +33,7 @@
</div>
<div class="col-auto p-r-0">
<small :if="this.company.tax_no !==''" class="text-complete fs-10 bold">{{this.company.tax_no}}</small>
<small :if="this.company.tax_no ===''" class="muted fs-8 bold">empty</small>
<small class="muted fs-8 bold">empty</small>
</div>
</div>
<div class="row p-t-5 p-b-5">
@@ -41,7 +41,8 @@
<small class="muted fs-10 all-caps">Email:</small>
</div>
<div class="col-auto p-r-0">
<small class="text-complete fs-10 bold">{{this.company.email}}</small>
<small :if="this.company.email !==''" class="text-complete fs-10 bold">{{this.company.email}}</small>
<small class="muted fs-8 bold">empty</small>
</div>
</div>
</div>