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