forked from verdnatura/salix-front
fix: CustomerDescriptor.bussinessTypeFk
This commit is contained in:
parent
56f687ce36
commit
6c887c36b1
|
@ -68,7 +68,7 @@ const setData = (entity) => (data.value = useCardDescription(entity?.name, entit
|
||||||
</VnLv>
|
</VnLv>
|
||||||
<VnLv
|
<VnLv
|
||||||
:label="t('customer.card.businessTypeFk')"
|
:label="t('customer.card.businessTypeFk')"
|
||||||
:value="entity.businessTypeFk"
|
:value="entity.businessType.description"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<template #icons="{ entity }">
|
<template #icons="{ entity }">
|
||||||
|
|
Loading…
Reference in New Issue