fix: refs #7874 add title
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-11-14 16:01:09 +01:00
parent 59b40fed45
commit 8e0b098756
1 changed files with 4 additions and 1 deletions

View File

@ -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')"