mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-09-01 02:43:56 +00:00
Major incomplete Change
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user