0
0
Fork 0

Entry notes validation

This commit is contained in:
William Buezas 2024-02-05 11:55:22 -03:00
parent 67e2130374
commit cde41ab337
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ onMounted(() => {
:default-remove="false"
:data-required="{ entryFk: route.params.id }"
>
<template #body="{ rows }">
<template #body="{ rows, validate }">
<QCard class="q-pa-md">
<VnRow
v-for="(row, index) in rows"
@ -59,6 +59,7 @@ onMounted(() => {
<VnInput
:label="t('entry.notes.description')"
v-model="row.description"
:rules="validate('EntryObservation.description')"
/>
</div>
<div class="col-1 row justify-center items-center">