#7648 - Filter entries by days #547

Merged
jsegarra merged 9 commits from 7648_myEntries_filter into dev 2024-07-15 09:23:31 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 65381e6536 - Show all commits

View File

@ -84,7 +84,6 @@ const printBuys = (rowId) => {
},
});
};
const DEFAULT_INTERVAL_DAYS = 3;
</script>
jsegarra marked this conversation as resolved Outdated

hemos visto este 3 en back y ahora en front, motivo sufiente para buscarle un sitio en la tabla entryConfig

hemos visto este 3 en back y ahora en front, motivo sufiente para buscarle un sitio en la tabla entryConfig

la tabla entryconfig no tiene campos para almacenar esa info

la tabla entryconfig no tiene campos para almacenar esa info

Eliminar en favor de usar params

Eliminar en favor de usar params
<template>
<VnSearchbar
@ -110,7 +109,7 @@ const DEFAULT_INTERVAL_DAYS = 3;
<VnInput
:label="t('params.scopeDays')"
v-model="params.days"
class="q-px-xs q-pb-xs q-pt-none fit"
class="q-px-xs row"
dense
filled
outlined