Added search to serialinvoices
This commit is contained in:
@@ -3,6 +3,19 @@
|
|||||||
<template>
|
<template>
|
||||||
<UDashboardNavbar title="Serienrechnungen" :badge="filteredRows.length">
|
<UDashboardNavbar title="Serienrechnungen" :badge="filteredRows.length">
|
||||||
<template #right>
|
<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
|
<UButton
|
||||||
@click="router.push(`/createDocument/edit?type=serialInvoices`)"
|
@click="router.push(`/createDocument/edit?type=serialInvoices`)"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user