feat: refs #7874 improve vn-notes ui #938
|
@ -66,7 +66,10 @@ onBeforeRouteLeave((to, from, next) => {
|
|||
@on-fetch="(data) => (observationTypes = data)"
|
||||
/>
|
||||
<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">
|
||||
<VnSelect
|
||||
:label="t('Observation type')"
|
||||
|
|
Loading…
Reference in New Issue