From 737d3020febcf4c91357b4942f7186e992978701 Mon Sep 17 00:00:00 2001 From: carlosfonseca Date: Wed, 22 Nov 2023 09:33:47 -0500 Subject: [PATCH] Se hacen las mejoras en las tarjetas y menu lateral --- src/components/ui/CardList2.vue | 58 +++++++---- src/components/ui/VnFilterPanel.vue | 65 +++++++------ src/i18n/es/index.js | 4 +- src/pages/InvoiceOut/InvoiceOutFilter.vue | 113 +++++++++++++--------- src/pages/InvoiceOut/InvoiceOutList.vue | 8 +- 5 files changed, 143 insertions(+), 105 deletions(-) diff --git a/src/components/ui/CardList2.vue b/src/components/ui/CardList2.vue index 0a9eb8c0b..fd70a6854 100644 --- a/src/components/ui/CardList2.vue +++ b/src/components/ui/CardList2.vue @@ -4,65 +4,88 @@ const $props = defineProps({ title: { type: String, default: null }, }); + + @@ -77,9 +100,4 @@ const $props = defineProps({ .list-items { width: 75%; } -@media (max-width: $breakpoint-md) { - .actions { - margin-top: 30px; - } -} diff --git a/src/components/ui/VnFilterPanel.vue b/src/components/ui/VnFilterPanel.vue index d78c3ba13..3fd34fee3 100644 --- a/src/components/ui/VnFilterPanel.vue +++ b/src/components/ui/VnFilterPanel.vue @@ -106,6 +106,7 @@ function formatValue(value) { return `"${value}"`; } + -es: +es: No filters applied: No se han aplicado filtros Applied filters: Filtros aplicados Remove filters: Eliminar filtros diff --git a/src/i18n/es/index.js b/src/i18n/es/index.js index c15d6e714..ce9babcd3 100644 --- a/src/i18n/es/index.js +++ b/src/i18n/es/index.js @@ -526,8 +526,8 @@ export default { logOut: 'Cerrar sesiĆ³n', }, smartCard: { - openCard: 'Ver ficha', - openSummary: 'Abrir detalles', + openCard: 'Ficha', + openSummary: 'Detalles', viewDescription: 'Ver descripciĆ³n', }, cardDescriptor: { diff --git a/src/pages/InvoiceOut/InvoiceOutFilter.vue b/src/pages/InvoiceOut/InvoiceOutFilter.vue index 1ecaf828b..6711d17c6 100644 --- a/src/pages/InvoiceOut/InvoiceOutFilter.vue +++ b/src/pages/InvoiceOut/InvoiceOutFilter.vue @@ -43,66 +43,72 @@ function setWorkers(data) { - - - - - - - - - - - - - - - - + outlined + rounded + v-model="params.clientFk" + /> + + + + + + + + + + - - + /> - - + /> @@ -112,15 +118,18 @@ function setWorkers(data) {