From 93abed1e8bd12b0cb052403f06e5e6d74ecb77b9 Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Fri, 2 Dec 2022 13:31:47 +0100 Subject: [PATCH] Eventi: filtro data mettere da oggi ... (senza limite) --- src/store/globalStore.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/store/globalStore.ts b/src/store/globalStore.ts index c42eb0c8..9d285e01 100644 --- a/src/store/globalStore.ts +++ b/src/store/globalStore.ts @@ -1682,8 +1682,9 @@ export const useGlobalStore = defineStore('GlobalStore', { const obj = {} arr.push(this.getItemDate(1, -30, 30, 'Eventi Passati')) - arr.push(this.getItemDate(2, 0, 14, 'Da Oggi a 2 sett.')) - arr.push(this.getItemDate(3, 14, 60, 'Eventi Futuri')) + arr.push(this.getItemDate(2, 0, 365, 'Prossimi Eventi')) + // arr.push(this.getItemDate(2, 0, 14, 'Da Oggi a 2 sett.')) + /// arr.push(this.getItemDate(3, 14, 60, 'Eventi Futuri')) // console.log('Days', arr)