0
0
Fork 0

perf: update CustommerDescriptor

This commit is contained in:
Javier Segarra 2024-08-27 07:00:54 +02:00
parent db97e8322e
commit 61c7c622f7
1 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,11 @@ const setData = (entity) => (data.value = useCardDescription(entity?.name, entit
:value="toCurrency(entity.creditInsurance)"
/>
<VnLv :label="t('customer.card.debt')" :value="toCurrency(entity.debt)" />
<VnLv
:label="t('customer.card.debt')"
:value="toCurrency(entity.debt)"
:info="t('customer.summary.riskInfo')"
/>
<VnLv v-if="entity.salesPersonUser" :label="t('customer.card.salesPerson')">
<template #value>
<VnUserLink