0
0
Fork 0

fix: refs #7129 fix filters

This commit is contained in:
Pablo Natek 2024-07-22 09:18:53 +02:00
parent af6a20729b
commit 6f959ff99c
1 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,9 @@ const columns = computed(() => [
label: 'workerUserName',
},
},
columnFilter: {
inWhere: true,
},
useLike: false,
cardVisible: true,
format: (row, dashIfEmpty) => dashIfEmpty(row.travelRef),
@ -99,6 +102,9 @@ const columns = computed(() => [
label: 'vehiclePlateNumber',
},
},
columnFilter: {
inWhere: true,
},
},
{
align: 'left',