0
0
Fork 0

refs #7172 fix select

This commit is contained in:
Carlos Satorres 2024-04-26 13:50:11 +02:00
parent 022fd6caa4
commit 76cd79173c
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
import { ref } from 'vue';
import { useRoute } from 'vue-router';
import { useI18n } from 'vue-i18n';
import VnSelectFilter from 'src/components/common/VnSelectFilter.vue';
import VnSelect from 'src/components/common/VnSelect.vue';
import FetchData from 'components/FetchData.vue';
import FormModel from 'components/FormModel.vue';
import VnRow from 'components/ui/VnRow.vue';
@ -108,7 +108,7 @@ const statesFilter = {
</VnRow>
<VnRow class="row q-gutter-md q-mb-md">
<div class="col">
<VnSelectFilter
<VnSelect
:label="t('claim.basicData.assignedTo')"
v-model="data.workerFk"
:options="workersOptions"
@ -128,7 +128,7 @@ const statesFilter = {
/>
</QAvatar>
</template>
</VnSelectFilter>
</VnSelect>
</div>
<div class="col">
<QSelect