forked from verdnatura/salix-front
Se agrega condicion de cardlist2
This commit is contained in:
parent
a871d98f1c
commit
33698f0566
|
@ -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)"
|
||||
>
|
||||
|
|
|
@ -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)"
|
||||
>
|
||||
|
|
|
@ -67,6 +67,7 @@ onMounted(async () => {
|
|||
:key="row.id"
|
||||
:title="row.ref"
|
||||
:id="row.id"
|
||||
:showCheckbox="true"
|
||||
@click="navigateToTravelId(row.id)"
|
||||
>
|
||||
<template #list-items>
|
||||
|
|
Loading…
Reference in New Issue