From b95d5399070ade99f718776e9a377e55172018a8 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Thu, 8 Jan 2026 22:51:18 +0100 Subject: [PATCH] Fix Search and Option Display #38 --- frontend/pages/incomingInvoices/[mode]/[id].vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/pages/incomingInvoices/[mode]/[id].vue b/frontend/pages/incomingInvoices/[mode]/[id].vue index ed07dbf..431cf23 100644 --- a/frontend/pages/incomingInvoices/[mode]/[id].vue +++ b/frontend/pages/incomingInvoices/[mode]/[id].vue @@ -441,7 +441,7 @@ const findIncomingInvoiceErrors = computed(() => { value-attribute="id" searchable :disabled="mode === 'show'" - :search-attributes="['label']" + :search-attributes="['label','name','description','number']" searchable-placeholder="Suche..." v-model="item.costCentre" class="flex-auto" @@ -450,10 +450,10 @@ const findIncomingInvoiceErrors = computed(() => { {{costcentres.find(i => i.id === item.costCentre) ? costcentres.find(i => i.id === item.costCentre).name : "Keine Kostenstelle ausgewählt" }}