This commit is contained in:
William Buezas 2024-06-26 08:36:17 -03:00
parent 17e9d95702
commit cd01ba8fe1
1 changed files with 61 additions and 58 deletions

View File

@ -40,6 +40,7 @@ watch(
auto-load
url="ObservationTypes"
/>
<div class="flex justify-center">
<CrudModel
ref="ticketNotesCrudRef"
data-key="TicketNotes"
@ -49,6 +50,7 @@ watch(
:data-required="crudModelRequiredData"
:default-remove="false"
auto-load
style="max-width: 800px"
>
<template #body="{ rows }">
<QCard class="q-px-lg q-py-md">
@ -99,4 +101,5 @@ watch(
</QCard>
</template>
</CrudModel>
</div>
</template>