#6943 - FIX Customer module #628

Merged
jsegarra merged 49 commits from 6943_fix_customerSummaryTable into dev 2024-09-12 05:28:19 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 61c7c622f7 - Show all commits

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