Modulo de rutas #195

Merged
jsegarra merged 49 commits from :feature/route-module into dev 2024-03-14 12:44:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c766c14a2c - Show all commits

View File

@ -228,7 +228,7 @@ function navigateToRoadmapSummary(event, row) {
@row-click="navigateToRoadmapSummary" @row-click="navigateToRoadmapSummary"
> >
<template #body-cell-carrier="props"> <template #body-cell-carrier="props">
<QTd :props="props"> <QTd :props="props" @click.stop>
<span v-if="props.value" class="link"> <span v-if="props.value" class="link">
{{ props.value }} {{ props.value }}
<SupplierDescriptorProxy <SupplierDescriptorProxy