From 1100a0fc0859b0daff32804bbe7431dc2d854193 Mon Sep 17 00:00:00 2001 From: martin chaparro Date: Sat, 5 Apr 2025 13:05:42 -0500 Subject: [PATCH] pc --- APP/components/Formularios/Fcompras.vue | 5 +++-- APP/nuxt.config.js | 6 +++--- APP/pages/ahorros.vue | 2 +- APP/pages/compras.vue | 8 +++++++- APP/pages/creditos.vue | 6 +++--- APP/pages/presupuesto.vue | 3 ++- APP/pages/resumen.vue | 3 +++ 7 files changed, 22 insertions(+), 11 deletions(-) diff --git a/APP/components/Formularios/Fcompras.vue b/APP/components/Formularios/Fcompras.vue index 594e1e0..b3fbc32 100644 --- a/APP/components/Formularios/Fcompras.vue +++ b/APP/components/Formularios/Fcompras.vue @@ -1,6 +1,6 @@ @@ -98,7 +101,8 @@ export default { detalle: "", valor: 0, metodopago: "", - categoria: "", + categoria: "" + }, compras: [], search: "", @@ -106,6 +110,7 @@ export default { categorias: [], isUpdate: false, openForm: false , + isOpen: false, }; }, async mounted() { @@ -179,6 +184,7 @@ export default { var reg_edit = this.compras.filter((ic) => ic._id===id)[0]; this.newCompra = JSON.parse(JSON.stringify(reg_edit)); this.openForm = true; + }, diff --git a/APP/pages/creditos.vue b/APP/pages/creditos.vue index 813a223..878e766 100644 --- a/APP/pages/creditos.vue +++ b/APP/pages/creditos.vue @@ -25,14 +25,14 @@ -
-
+
+
-
+
diff --git a/APP/pages/presupuesto.vue b/APP/pages/presupuesto.vue index 1d1940c..14ec271 100644 --- a/APP/pages/presupuesto.vue +++ b/APP/pages/presupuesto.vue @@ -25,7 +25,7 @@ -
+
+
+ + Bolsillos +