mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
big commit
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<button class="btn btn-xs btn-success b-rad-none p-t-10 p-b-10 requestModal" v-if="company.status === 1" data-type="approveDocument">
|
||||
<i class="fa fa-check"></i>
|
||||
</button>
|
||||
<a class="btn btn-xs btn-info b-rad-none" :href="route('dashboard.importer', company.id)">
|
||||
<a class="btn btn-xs btn-info b-rad-none" :href="route('dashboard.importer', company.id)" v-if="company.status !== 1">
|
||||
<i class="fa fa-angle-right fa-fw"></i>
|
||||
</a>
|
||||
<modal-component small type="rejectDocument" v-if="company.status === 1">
|
||||
|
||||
Reference in New Issue
Block a user