7167-testToMaster_2414 #266

Merged
alexm merged 230 commits from 7167-testToMaster_2414 into master 2024-04-04 05:35:08 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 0cfdd78328 - Show all commits

View File

@ -202,7 +202,7 @@ function navigateToRouteSummary(event, row) {
@row-click="navigateToRouteSummary"
>
<template #body-cell-ID="props">
<QTd :props="props">
<QTd :props="props" @click.stop>
<span class="link">
{{ props.value }}
<RouteDescriptorProxy :id="props.value" />
@ -210,7 +210,7 @@ function navigateToRouteSummary(event, row) {
</QTd>
</template>
<template #body-cell-received="props">
<QTd :props="props">
<QTd :props="props" @click.stop>
<span :class="props.value && 'link'">
{{ dashIfEmpty(props.value) }}
<InvoiceInDescriptorProxy
@ -221,7 +221,7 @@ function navigateToRouteSummary(event, row) {
</QTd>
</template>
<template #body-cell-autonomous="props">
<QTd :props="props">
<QTd :props="props" @click.stop>
<span class="link">
{{ props.value }}
<SupplierDescriptorProxy