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>
|
||||||
<VnLv :label="t('customer.summary.mobile')">
|
<VnLv :label="t('customer.summary.mobile')">
|
||||||
<template #value>
|
<template #value>
|
||||||
<div class="col">
|
<VnLinkPhone
|
||||||
<VnLinkPhone :phone-number="entity.mobile" />
|
sip
|
||||||
</div>
|
say-simple
|
||||||
<div class="col">
|
:phone-number="entity.mobile"
|
||||||
<VnLinkPhone
|
:channel="entity.country?.saySimpleCountry?.channel"
|
||||||
sip
|
/>
|
||||||
say-simple
|
|
||||||
:phone-number="entity.mobile"
|
|
||||||
:channel="entity.country?.saySimpleCountry?.channel"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
</VnLv>
|
</VnLv>
|
||||||
<VnLv
|
<VnLv
|
||||||
|
|
Loading…
Reference in New Issue