feat: worker vnLinkPhone
This commit is contained in:
parent
f392502673
commit
0208debdbe
|
@ -128,15 +128,13 @@ const handlePhotoUpdated = (evt = false) => {
|
|||
</template>
|
||||
</VnLv>
|
||||
|
||||
<VnLv :value="entity.phone">
|
||||
<template #label>
|
||||
{{ t('globals.phone') }}
|
||||
<VnLv :label="t('globals.phone')">
|
||||
<template #value>
|
||||
<VnLinkPhone :phone-number="entity.phone" />
|
||||
</template>
|
||||
</VnLv>
|
||||
<VnLv :value="entity?.sip?.extension">
|
||||
<template #label>
|
||||
{{ t('worker.summary.sipExtension') }}
|
||||
<VnLv :label="t('worker.summary.sipExtension')">
|
||||
<template #value>
|
||||
<VnLinkPhone :phone-number="entity?.sip?.extension" />
|
||||
</template>
|
||||
</VnLv>
|
||||
|
|
Loading…
Reference in New Issue