fix_vnLinkPhone #1659

Merged
jsegarra merged 10 commits from fix_vnLinkPhone into dev 2025-04-02 07:53:16 +00:00
1 changed files with 6 additions and 11 deletions
Showing only changes of commit f02fa732ee - Show all commits

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
Outdated
Review
<div class="row">
<VnLinkPhone .../>
<VnLinkPhone .../>
</div>

Lo querias en linea?

``` <div class="row"> <VnLinkPhone .../> <VnLinkPhone .../> </div> ``` Lo querias en linea?

Con tu solución, se ve así

Con tu solución, se ve así

Ahora solo hay 1

Ahora solo hay 1
sip
say-simple
:phone-number="entity.mobile"
:channel="entity.country?.saySimpleCountry?.channel"
/>
</template>
</VnLv>
<VnLv