This commit is contained in:
parent
be3c48b9f1
commit
27691943d3
|
@ -53,7 +53,6 @@ const getConfirmationValue = (isConfirmed) => {
|
|||
}
|
||||
"
|
||||
/>
|
||||
{{ console.log('entityId: ', typeof entityId) }}
|
||||
<CardDescriptor
|
||||
v-bind="$attrs"
|
||||
:id="entityId"
|
||||
|
|
|
@ -27,7 +27,7 @@ const entityId = computed(() => {
|
|||
<template>
|
||||
<EntityDescriptor :url="`Zones/${entityId}`" :filter="filter" data-key="Zone">
|
||||
<template #menu="{ entity }">
|
||||
<ZoneDescriptorMenuItems :zone="entity" />
|
||||
<ZoneDescriptorMenuItems />
|
||||
</template>
|
||||
<template #body="{ entity }">
|
||||
<VnLv :label="$t('list.agency')" :value="entity.agencyMode?.name" />
|
||||
|
|
Loading…
Reference in New Issue