forked from verdnatura/salix-front
Fix route list last index
This commit is contained in:
parent
76dd84fd87
commit
97f373626c
|
@ -241,7 +241,7 @@ const openTicketsDialog = (id) => {
|
|||
/>
|
||||
<FetchData url="AgencyModes" @on-fetch="(data) => (agencyList = data)" auto-load />
|
||||
<FetchData url="Vehicles" @on-fetch="(data) => (vehicleList = data)" auto-load />
|
||||
<QPage class="column items-center">
|
||||
<QPage class="column items-center q-mb-xl">
|
||||
<VnSubToolbar class="bg-vn-dark justify-end">
|
||||
<template #st-actions>
|
||||
<QBtn
|
||||
|
|
Loading…
Reference in New Issue