Modulo de rutas #195

Merged
jsegarra merged 49 commits from :feature/route-module into dev 2024-03-14 12:44:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 97f373626c - Show all commits

View File

@ -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
jsegarra marked this conversation as resolved Outdated

Se que no está en Salix, pero podríamos añadir un icono(eye) para que al pulsarlo dirija a route/:id/summary

Ahora hay que hacer 2 clicks

Se que no está en Salix, pero podríamos añadir un icono(eye) para que al pulsarlo dirija a route/:id/summary Ahora hay que hacer 2 clicks