7631_testToMaster_2426 #480

Merged
alexm merged 390 commits from 7631_testToMaster_2426 into master 2024-06-25 06:40:05 +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"