mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
Laravel Vapor - New UI for admin to download reports (sync code from Shipping Portal)
This commit is contained in:
@@ -268,10 +268,8 @@
|
||||
<button class="btn btn-success btn-xs">Export Leads Data</button>
|
||||
</a> -->
|
||||
<div class="m-b-20">
|
||||
<open-link-in-new-tab-component custom-class="" :url="route('leads.export')">
|
||||
<button class="btn btn-success btn-xs">
|
||||
Export Leads Data
|
||||
</button>
|
||||
<open-link-in-new-tab-component custom-class="btn btn-primary btn-xs" :url="route('leads.export')">
|
||||
Export Leads Data
|
||||
</open-link-in-new-tab-component>
|
||||
</div>
|
||||
<list-component key="2" section="leadCustomerListSection" :endpoint="route('api.company.list')" :options="{'business_type': 2, with_bookings:true, without_confirmed_payments: true, does_not_have_segments: [5]}">
|
||||
|
||||
Reference in New Issue
Block a user