forked from verdnatura/salix-front
fix: refs #7129 fix filters
This commit is contained in:
parent
af6a20729b
commit
6f959ff99c
|
@ -62,6 +62,9 @@ const columns = computed(() => [
|
||||||
label: 'workerUserName',
|
label: 'workerUserName',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
columnFilter: {
|
||||||
|
inWhere: true,
|
||||||
|
},
|
||||||
useLike: false,
|
useLike: false,
|
||||||
cardVisible: true,
|
cardVisible: true,
|
||||||
format: (row, dashIfEmpty) => dashIfEmpty(row.travelRef),
|
format: (row, dashIfEmpty) => dashIfEmpty(row.travelRef),
|
||||||
|
@ -99,6 +102,9 @@ const columns = computed(() => [
|
||||||
label: 'vehiclePlateNumber',
|
label: 'vehiclePlateNumber',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
columnFilter: {
|
||||||
|
inWhere: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
|
Loading…
Reference in New Issue