Fixed Search for Customers in Banking
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user