refs #6595 - PR2 - Resolve conflicts #144

Merged
alexm merged 250 commits from hyervoni-branch-PR-2 into dev 2024-01-11 12:22:28 +00:00
3 changed files with 3 additions and 0 deletions
Showing only changes of commit 2f863791f9 - Show all commits

View File

@ -74,6 +74,7 @@ function viewSummary(id) {
<CardList2
v-for="row of rows"
:key="row.id"
:showCheckbox="true"
:title="row.code"
@click="navigate(row.id)"
>

View File

@ -50,6 +50,7 @@ const viewSummary = (id) => {
<CardList2
v-for="row of rows"
:key="row.id"
:showCheckbox="true"
:title="row.socialName"
@click="navigate(row.id)"
>

View File

@ -67,6 +67,7 @@ onMounted(async () => {
:key="row.id"
:title="row.ref"
:id="row.id"
:showCheckbox="true"
@click="navigateToTravelId(row.id)"
>
<template #list-items>