0
0
Fork 0

perf: disable card option

This commit is contained in:
Javier Segarra 2024-08-30 13:02:39 +02:00
parent d155b40bde
commit 4762c9fa53
3 changed files with 3 additions and 0 deletions

View File

@ -254,6 +254,7 @@ const showBalancePdf = ({ id }) => {
:is-editable="false"
:column-search="false"
@on-fetch="onFetch"
:disable-option="{ card: true }"
auto-load
>
<template #column-balance="{ rowIndex }">

View File

@ -106,6 +106,7 @@ const setRows = (data) => {
:use-model="true"
:column-search="false"
@on-fetch="(data) => setRows(data)"
:disable-option="{ card: true }"
:create="{
urlCreate: `Greuges`,
title: t('New greuge'),

View File

@ -89,6 +89,7 @@ function setFinished(id) {
:columns="columns"
:use-model="true"
:right-search="false"
:disable-option="{ card: true }"
:create="{
urlCreate: 'Recoveries',
title: 'New recovery',