Filtra Ricerca...

This commit is contained in:
Surya Paolo
2023-06-05 16:36:06 +02:00
parent e805088da7
commit bd3a9557e2
13 changed files with 1604 additions and 1528 deletions

View File

@@ -100,6 +100,7 @@ export default defineComponent({
const serverData: any = ref([])
const numRecLoaded = ref(0)
const changetable = ref(false)
const filtri = ref(false)
const searchList = ref([] as ISearchList[])
const actual = ''
@@ -349,6 +350,7 @@ export default defineComponent({
createNewRecordDialog,
toHome,
iconsel,
filtri,
}
}
})