mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 14:33:59 +00:00
Laravel Vapor - code sync from Shipping Portal
This commit is contained in:
@@ -267,11 +267,13 @@
|
||||
<!-- <a :href="route('leads.export')" class="m-b-15" target="_blank">
|
||||
<button class="btn btn-success btn-xs">Export Leads Data</button>
|
||||
</a> -->
|
||||
<open-link-in-new-tab-component custom-class="btn btn-default no-border" :url="route('leads.export')">
|
||||
<button class="btn btn-success btn-xs">
|
||||
Export Leads Data
|
||||
</button>
|
||||
</open-link-in-new-tab-component>
|
||||
<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>
|
||||
</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]}">
|
||||
<template slot="list" slot-scope="{data}">
|
||||
<company-component :data="data"></company-component>
|
||||
|
||||
Reference in New Issue
Block a user