mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
change order of the completed orders list to completed date
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<list-component key="2" section="completeBookingsSection" :endpoint="route('api.booking.list')" :options="{per_page: 10, status: 3}">
|
||||
<list-component key="2" section="completeBookingsSection" :endpoint="route('api.booking.list')" :options="{per_page: 10, status: 3, order_by: {column: 'updated_by', DESC: true}}">
|
||||
<template slot="list" slot-scope="{data}">
|
||||
<booking-component :data="data"></booking-component>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user