refactor: refs #8316 used VnSection and VnCardBeta #1150

Merged
alexm merged 14 commits from 8316-parkingCardWithVnCardBeta into dev 2025-01-24 09:04:05 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 663ca7c25d - Show all commits

View File

@ -43,6 +43,7 @@ function exprBuilder(param, value) {
:array-data-props="{
url: 'Parkings',
order: ['code'],
userFilter: filter,
exprBuilder,
}"
>
@ -54,9 +55,6 @@ function exprBuilder(param, value) {
<div class="vn-card-list">
<VnPaginate
:data-key="dataKey"
jtubau marked this conversation as resolved
Review

Este user-filter tiene que ir en array-data-props

Este user-filter tiene que ir en array-data-props
:user-filter="filter"
:expr-builder="exprBuilder"
:limit="20"
>
jtubau marked this conversation as resolved Outdated
Outdated
Review

Si ya esta puesto en array-data-props no hay q ponerlo aqui

Si ya esta puesto en array-data-props no hay q ponerlo aqui
<template #body="{ rows }">
jtubau marked this conversation as resolved
Review

Borrar el limit

Borrar el limit
<CardList