feat: remove unused vnLinkPhone
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
8849b9ed97
commit
f02fa732ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue