Modulo de rutas #195
|
@ -225,7 +225,7 @@ const setTicketsRoute = async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog {
|
.dialog {
|
||||||
max-width: 1200px;
|
max-width: 1280px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<i18n>
|
<i18n>
|
||||||
|
|
|
@ -131,7 +131,7 @@ const openBuscaman = async (route, ticket) => {
|
||||||
</script>
|
</script>
|
||||||
jsegarra marked this conversation as resolved
Outdated
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="q-pa-md">
|
<div class="q-pa-md full-width">
|
||||||
<CardSummary ref="summary" :url="`Routes/${entityId}/summary`">
|
<CardSummary ref="summary" :url="`Routes/${entityId}/summary`">
|
||||||
<template #header-left>
|
<template #header-left>
|
||||||
<RouterLink :to="{ name: `RouteSummary`, params: { id: entityId } }">
|
<RouterLink :to="{ name: `RouteSummary`, params: { id: entityId } }">
|
||||||
|
|
Loading…
Reference in New Issue
Mmm..hemos creado un Buscaman en utils pero estamos manteniendo la misma funcionalidad en dos sitios?
Corregido
d816a57272
.