Fixed Search for Customers in Banking
This commit is contained in:
@@ -711,7 +711,7 @@ const archiveStatement = async () => {
|
|||||||
:ui-menu="{ width: 'min-w-max' }"
|
:ui-menu="{ width: 'min-w-max' }"
|
||||||
v-model="customerAccountToSave"
|
v-model="customerAccountToSave"
|
||||||
searchable
|
searchable
|
||||||
:search-attributes="['number','label']"
|
:search-attributes="['number','name']"
|
||||||
>
|
>
|
||||||
<template #label>
|
<template #label>
|
||||||
<span v-if="customerAccountToSave">{{customers.find(i => i.id === customerAccountToSave).customerNumber}} - {{customers.find(i => i.id === customerAccountToSave).name}}</span>
|
<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