Tidying in Plants

This commit is contained in:
2024-11-08 17:45:14 +01:00
parent 34533b401c
commit 3a55c80ae2
3 changed files with 104 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
<template>
<UDashboardNavbar title="Objekte" >
<UDashboardNavbar title="Objekte" :badge="filteredRows.length" >
<template #right>
<UInput
id="searchinput"
@@ -105,7 +105,6 @@ const selectedItem = ref(0)
const setupPage = async () => {
items.value = await useSupabaseSelect("plants","*, customer(id,name)")
console.log(items.value)
}
setupPage()