Não vou mais usar filtro global
This commit is contained in:
parent
4b4451f098
commit
c2804b4c91
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ defineProps<{
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
const filtros = ref({
|
const filtros = ref({
|
||||||
global: { value: null, matchMode: 'contains' },
|
|
||||||
nome: { value: null, matchMode: 'contains' },
|
nome: { value: null, matchMode: 'contains' },
|
||||||
loja: { value: null, matchMode: 'equals' },
|
loja: { value: null, matchMode: 'equals' },
|
||||||
preco: { value: null, matchMode: 'contains' },
|
preco: { value: null, matchMode: 'contains' },
|
||||||
|
|
Loading…
Reference in a new issue