Laravel Vapor - code sync from Shipping Portal

This commit is contained in:
Dillon Ngo
2024-10-12 14:35:44 +08:00
parent 1a229a7b24
commit 060cd62381
@@ -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>