diff --git a/src/components/FetchData.vue b/src/components/FetchData.vue index 5b3dcbea7..2a0864d3e 100644 --- a/src/components/FetchData.vue +++ b/src/components/FetchData.vue @@ -1,5 +1,5 @@ + + + diff --git a/src/components/common/VnSelectFilter.vue b/src/components/common/VnSelectFilter.vue index 4903a5327..c3538db9b 100644 --- a/src/components/common/VnSelectFilter.vue +++ b/src/components/common/VnSelectFilter.vue @@ -151,7 +151,7 @@ watch(modelValue, (newValue) => { @on-fetch="(data) => setOptions(data)" :where="where || { [optionValue]: value }" :limit="limit" - :order-by="orderBy" + :sort-by="sortBy" :fields="fields" /> arrayData.store.data); const userConfig = ref(null); +const expenses = ref([]); const currencies = ref([]); const currenciesRef = ref(); const companies = ref([]); @@ -174,6 +174,7 @@ async function upsert() { @on-fetch="(data) => (userConfig = data)" auto-load /> + (expenses = data)" /> - - - - - - - {{ - `${scope.opt.id} - ${scope.opt.nickname}` - }} - - - - - - - - - - - - - - + + + + + {{ + `${scope.opt.id} - ${scope.opt.nickname}` + }} + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - {{ t('Edit document') }} - - + + + + + + + + + + + + + + {{ `${scope.opt.id}: ${scope.opt.name}` }} + + + + + + + + + + + {{ t('Edit document') }} + + + {{ t('Create document') }} + + + + + + + + + - {{ t('Create document') }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +