#6238 show notes & create vnPopup #470

Merged
jorgep merged 4 commits from 6238-addNotes into test 2024-06-21 13:49:23 +00:00
1 changed files with 7 additions and 1 deletions
Showing only changes of commit 44d762694a - Show all commits

View File

@ -615,7 +615,13 @@ const getColor = (percentage) => {
<QTd />
<QTd />
<QTd>
<QBtn icon="comment" size="sm" color="primary">
<QBtn
v-if="entry.evaNotes"
icon="comment"
size="sm"
flat
color="primary"
>
<VnPopup
:title="t('globals.observations')"
:content="entry.evaNotes"