0
0
Fork 0

fix: refs #7129 fix vehicle filter

This commit is contained in:
Pablo Natek 2024-08-08 11:18:37 +02:00
parent 5ac2d34125
commit 26628c5f2a
2 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@ const emit = defineEmits(['search']);
sort-by="numberPlate ASC"
option-value="id"
option-label="numberPlate"
option-filter-value="numberPlate"
dense
outlined
rounded

View File

@ -99,6 +99,7 @@ const columns = computed(() => [
url: 'vehicles',
fields: ['id', 'numberPlate'],
optionLabel: 'numberPlate',
optionFilterValue: 'numberPlate',
find: {
value: 'vehicleFk',
label: 'vehiclePlateNumber',