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
|
<CardList2
|
||||||
v-for="row of rows"
|
v-for="row of rows"
|
||||||
:key="row.id"
|
:key="row.id"
|
||||||
|
:showCheckbox="true"
|
||||||
:title="row.code"
|
:title="row.code"
|
||||||
@click="navigate(row.id)"
|
@click="navigate(row.id)"
|
||||||
>
|
>
|
||||||
|
|
|
@ -50,6 +50,7 @@ const viewSummary = (id) => {
|
||||||
<CardList2
|
<CardList2
|
||||||
v-for="row of rows"
|
v-for="row of rows"
|
||||||
:key="row.id"
|
:key="row.id"
|
||||||
|
:showCheckbox="true"
|
||||||
:title="row.socialName"
|
:title="row.socialName"
|
||||||
@click="navigate(row.id)"
|
@click="navigate(row.id)"
|
||||||
>
|
>
|
||||||
|
|
|
@ -67,6 +67,7 @@ onMounted(async () => {
|
||||||
:key="row.id"
|
:key="row.id"
|
||||||
:title="row.ref"
|
:title="row.ref"
|
||||||
:id="row.id"
|
:id="row.id"
|
||||||
|
:showCheckbox="true"
|
||||||
@click="navigateToTravelId(row.id)"
|
@click="navigateToTravelId(row.id)"
|
||||||
>
|
>
|
||||||
<template #list-items>
|
<template #list-items>
|
||||||
|
|
Loading…
Reference in New Issue