Added search to serialinvoices

This commit is contained in:
2025-06-27 18:23:54 +02:00
parent e5b4409df7
commit 93d0f97a56

View File

@@ -3,6 +3,19 @@
<template>
<UDashboardNavbar title="Serienrechnungen" :badge="filteredRows.length">
<template #right>
<UInput
id="searchinput"
v-model="searchString"
icon="i-heroicons-funnel"
autocomplete="off"
placeholder="Suche..."
class="hidden lg:block"
@keydown.esc="$event.target.blur()"
>
<template #trailing>
<UKbd value="/" />
</template>
</UInput>
<UButton
@click="router.push(`/createDocument/edit?type=serialInvoices`)"
>