forked from verdnatura/salix-front
perf: refs #7134 use map-key
This commit is contained in:
parent
100e3b4d72
commit
ae19e8b3c6
|
@ -146,6 +146,7 @@ const onFetchCurrencies = (data) => {
|
||||||
:order="['dated ASC']"
|
:order="['dated ASC']"
|
||||||
data-cy="supplierBalanceTable"
|
data-cy="supplierBalanceTable"
|
||||||
auto-load
|
auto-load
|
||||||
|
:map-key="false"
|
||||||
>
|
>
|
||||||
<template #column-balance="{ rowIndex }">
|
<template #column-balance="{ rowIndex }">
|
||||||
{{ toCurrency(balances[rowIndex]?.balance) }}
|
{{ toCurrency(balances[rowIndex]?.balance) }}
|
||||||
|
|
Loading…
Reference in New Issue