#7274 fixCustomer #374

Merged
jorgep merged 30 commits from 7274-fixCustomer into dev 2024-05-16 07:05:01 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0dc95ca3a0 - Show all commits

View File

@ -5,7 +5,7 @@ import axios from 'axios';
import useNotify from 'src/composables/useNotify';
import { useValidator } from 'src/composables/useValidator';
import VnRow from 'components/ui/VnRow.vue';
import VnSelectFilter from 'components/common/VnSelectFilter.vue';
import VnSelect from 'components/common/VnSelect.vue';
import VnInputDate from 'components/common/VnInputDate.vue';
import FetchData from 'src/components/FetchData.vue';
import { watch } from 'vue';
@ -100,7 +100,7 @@ onMounted(async () => {
<QCard class="column q-pa-md">
<span class="text-body1 q-mb-sm">{{ t('Campaign consumption') }}</span>
<VnRow class="row q-gutter-md q-mb-md">
<VnSelectFilter
<VnSelect
:options="moreFields"
option-value="code"
option-label="label"