This commit is contained in:
2022-10-02 08:03:49 -05:00
parent 153f2da1f7
commit b4a5db028e
8 changed files with 568 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
export const state = () => ({
auth: null,
notifications: [],
filtro: { fechas: fechaString().slice(0, 7), npresupuesto: 5 },
filtro: { fechas: fechaString().slice(0, 7), npresupuesto: 5,nahorro:20 },
fecha: fechaString(),
categorias: [],
metodos_de_pago: []