fix: #6943 CustomersummaryTable route click
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2024-11-13 13:39:27 +01:00
parent 6c9406cfb0
commit 775b14ed65
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ const getItemPackagingType = (ticketSales) => {
</template>
<template #column-routeFk="{ row }">
<span class="link">
<span class="link" @click.stop>
{{ row.routeFk }}
<RouteDescriptorProxy :id="row.routeFk" />
</span>