From 463b45ffe2d2be750f41b23c19ac7e5007797492 Mon Sep 17 00:00:00 2001 From: vicent Date: Mon, 12 Dec 2022 13:44:09 +0100 Subject: [PATCH] fix: establecido min-width --- src/pages/InvoiceOut/Card/InvoiceOutDescriptor.vue | 1 - src/pages/InvoiceOut/Card/InvoiceOutSummary.vue | 1 + src/router/modules/invoiceOut.js | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/InvoiceOut/Card/InvoiceOutDescriptor.vue b/src/pages/InvoiceOut/Card/InvoiceOutDescriptor.vue index ece6b2053..d26801582 100644 --- a/src/pages/InvoiceOut/Card/InvoiceOutDescriptor.vue +++ b/src/pages/InvoiceOut/Card/InvoiceOutDescriptor.vue @@ -51,7 +51,6 @@ async function fetch() { } const filter = computed(() => { - console.log(invoiceOut.value.ref); return invoiceOut.value ? JSON.stringify({ refFk: invoiceOut.value.ref }) : null; }); diff --git a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue index 3db0a7299..27bb5439c 100644 --- a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue +++ b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue @@ -168,6 +168,7 @@ const ticketsColumns = ref([ .q-card { width: 100%; + min-width: 950px; max-width: 950px; } diff --git a/src/router/modules/invoiceOut.js b/src/router/modules/invoiceOut.js index 7f30de62f..9df12584f 100644 --- a/src/router/modules/invoiceOut.js +++ b/src/router/modules/invoiceOut.js @@ -2,7 +2,7 @@ import { RouterView } from 'vue-router'; export default { path: '/invoiceOut', - name: 'InvoiceOut2', + name: 'InvoiceOut', meta: { title: 'invoiceOuts', icon: 'vn:invoice-out'