forked from verdnatura/salix-front
Fix route roadmap table links
This commit is contained in:
parent
0cfdd78328
commit
c766c14a2c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue