fix: customerSummary
This commit is contained in:
parent
d71029c7e9
commit
588876952a
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue