fix: customerSummary
This commit is contained in:
parent
d71029c7e9
commit
588876952a
|
@ -96,17 +96,20 @@ const sumRisk = ({ clientRisks }) => {
|
|||
</div>
|
||||
<div class="col">
|
||||
<VnLinkPhone
|
||||
sip
|
||||
say-simple
|
||||
:phone-number="entity.mobile"
|
||||
:channel="entity.country?.saySimpleCountry?.channel"
|
||||
class="q-ml-xs"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
</VnLv>
|
||||
<VnLv :label="t('globals.params.email')"
|
||||
><template #value>
|
||||
<VnLinkMail email="entity.email"></VnLinkMail> </template
|
||||
<VnLv
|
||||
:label="t('globals.params.email')"
|
||||
:value="entity.email"
|
||||
class="ellipsis"
|
||||
copy
|
||||
><template #value> <VnLinkMail :email="entity.email" /> </template
|
||||
></VnLv>
|
||||
<VnLv :label="t('globals.department')">
|
||||
<template #value>
|
||||
|
|
Loading…
Reference in New Issue