This commit is contained in:
parent
59b40fed45
commit
8e0b098756
|
@ -66,7 +66,10 @@ onBeforeRouteLeave((to, from, next) => {
|
||||||
@on-fetch="(data) => (observationTypes = data)"
|
@on-fetch="(data) => (observationTypes = data)"
|
||||||
/>
|
/>
|
||||||
<QCard class="q-pa-xs q-mb-lg full-width" v-if="$props.addNote">
|
<QCard class="q-pa-xs q-mb-lg full-width" v-if="$props.addNote">
|
||||||
<QCardSection class="q-px-xs q-mt-sm q-py-none">
|
<QCardSection horizontal>
|
||||||
|
{{ t('New note') }}
|
||||||
|
</QCardSection>
|
||||||
|
<QCardSection class="q-px-xs q-my-none q-py-none">
|
||||||
<VnRow class="full-width">
|
<VnRow class="full-width">
|
||||||
<VnSelect
|
<VnSelect
|
||||||
:label="t('Observation type')"
|
:label="t('Observation type')"
|
||||||
|
|
Loading…
Reference in New Issue