fix: customerSummary

This commit is contained in:
Javier Segarra 2025-04-01 14:51:24 +02:00
parent d71029c7e9
commit 588876952a
1 changed files with 7 additions and 4 deletions

View File

@ -96,17 +96,20 @@ const sumRisk = ({ clientRisks }) => {
</div> </div>
<div class="col"> <div class="col">
<VnLinkPhone <VnLinkPhone
sip
say-simple say-simple
:phone-number="entity.mobile" :phone-number="entity.mobile"
:channel="entity.country?.saySimpleCountry?.channel" :channel="entity.country?.saySimpleCountry?.channel"
class="q-ml-xs"
/> />
</div> </div>
</template> </template>
</VnLv> </VnLv>
<VnLv :label="t('globals.params.email')" <VnLv
><template #value> :label="t('globals.params.email')"
<VnLinkMail email="entity.email"></VnLinkMail> </template :value="entity.email"
class="ellipsis"
copy
><template #value> <VnLinkMail :email="entity.email" /> </template
></VnLv> ></VnLv>
<VnLv :label="t('globals.department')"> <VnLv :label="t('globals.department')">
<template #value> <template #value>