forked from verdnatura/salix-front
Merge pull request 'fix: refs #7129 fix vehicle filter' (!602) from 7129-fixCreateVehicleFilter into master
Reviewed-on: verdnatura/salix-front#602 Reviewed-by: Guillermo Bonet <guillermo@verdnatura.es>
This commit is contained in:
commit
d23dc642cc
|
@ -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
|
||||
|
|
|
@ -99,6 +99,7 @@ const columns = computed(() => [
|
|||
url: 'vehicles',
|
||||
fields: ['id', 'numberPlate'],
|
||||
optionLabel: 'numberPlate',
|
||||
optionFilterValue: 'numberPlate',
|
||||
find: {
|
||||
value: 'vehicleFk',
|
||||
label: 'vehiclePlateNumber',
|
||||
|
|
Loading…
Reference in New Issue