Fixed Search for Customers in Banking

This commit is contained in:
2025-04-22 14:12:30 +02:00
parent e3196460b9
commit 207ed7ce36

View File

@@ -711,7 +711,7 @@ const archiveStatement = async () => {
:ui-menu="{ width: 'min-w-max' }"
v-model="customerAccountToSave"
searchable
:search-attributes="['number','label']"
:search-attributes="['number','name']"
>
<template #label>
<span v-if="customerAccountToSave">{{customers.find(i => i.id === customerAccountToSave).customerNumber}} - {{customers.find(i => i.id === customerAccountToSave).name}}</span>