feat: refs #8305 delivery note log
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2025-04-30 11:24:28 +02:00
parent 130a1ac26f
commit c37bbfbe75
2 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,6 @@ const entityId = computed(() => {
<EntityDescriptor
ref="descriptor"
:url="`DeliveryNotes/${entityId}`"
:filter="filter"
title="ref"
data-key="DeliveryNote"
>

View File

@ -6,7 +6,7 @@ const deliveryNoteCard = {
component: () => import('src/pages/DeliveryNote/Card/DeliveryNoteCard.vue'),
redirect: { name: 'DeliveryNoteSummary' },
meta: {
menu: ['DeliveryNoteBasicData', 'DeliveryNoteDms'],
menu: ['DeliveryNoteBasicData', 'DeliveryNoteDms', 'DeliveryNoteLog'],
},
children: [
{
@ -40,7 +40,7 @@ const deliveryNoteCard = {
},
{
path: 'log',
name: 'DeliveryNoteDms',
name: 'DeliveryNoteLog',
meta: {
title: 'log',
icon: 'history',