feat: remove unused vnLinkPhone
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2025-04-01 15:10:49 +02:00
parent 8849b9ed97
commit f02fa732ee
1 changed files with 6 additions and 11 deletions

View File

@ -91,17 +91,12 @@ const sumRisk = ({ clientRisks }) => {
</VnLv>
<VnLv :label="t('customer.summary.mobile')">
<template #value>
<div class="col">
<VnLinkPhone :phone-number="entity.mobile" />
</div>
<div class="col">
<VnLinkPhone
sip
say-simple
:phone-number="entity.mobile"
:channel="entity.country?.saySimpleCountry?.channel"
/>
</div>
<VnLinkPhone
sip
say-simple
:phone-number="entity.mobile"
:channel="entity.country?.saySimpleCountry?.channel"
/>
</template>
</VnLv>
<VnLv