diff --git a/src/components/ui/VnNotes.vue b/src/components/ui/VnNotes.vue index 63b21f92a..98a511484 100644 --- a/src/components/ui/VnNotes.vue +++ b/src/components/ui/VnNotes.vue @@ -81,7 +81,7 @@ onBeforeRouteLeave((to, from, next) => { url="ObservationTypes" v-model="newNote.observationTypeFk" option-label="description" - style="flex: 0.15; margin-left: 0" + style="flex: 0.15" :required="true" @keyup.enter.stop="insert" /> @@ -142,35 +142,29 @@ onBeforeRouteLeave((to, from, next) => { :title="note.worker?.user.nickname" />
- +
+ + + {{ + observationTypes.find( + (ot) => ot.id === note.observationTypeFk + )?.description + }} + +
- - - - + {{ note.text }} @@ -180,12 +174,6 @@ onBeforeRouteLeave((to, from, next) => { es: