changes
This commit is contained in:
parent
17e9d95702
commit
cd01ba8fe1
|
@ -40,6 +40,7 @@ watch(
|
||||||
auto-load
|
auto-load
|
||||||
url="ObservationTypes"
|
url="ObservationTypes"
|
||||||
/>
|
/>
|
||||||
|
<div class="flex justify-center">
|
||||||
<CrudModel
|
<CrudModel
|
||||||
ref="ticketNotesCrudRef"
|
ref="ticketNotesCrudRef"
|
||||||
data-key="TicketNotes"
|
data-key="TicketNotes"
|
||||||
|
@ -49,6 +50,7 @@ watch(
|
||||||
:data-required="crudModelRequiredData"
|
:data-required="crudModelRequiredData"
|
||||||
:default-remove="false"
|
:default-remove="false"
|
||||||
auto-load
|
auto-load
|
||||||
|
style="max-width: 800px"
|
||||||
>
|
>
|
||||||
<template #body="{ rows }">
|
<template #body="{ rows }">
|
||||||
<QCard class="q-px-lg q-py-md">
|
<QCard class="q-px-lg q-py-md">
|
||||||
|
@ -99,4 +101,5 @@ watch(
|
||||||
</QCard>
|
</QCard>
|
||||||
</template>
|
</template>
|
||||||
</CrudModel>
|
</CrudModel>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue