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 +