0
0
Fork 0

fix: refs 6238 replace style

This commit is contained in:
Jorge Penadés 2024-06-21 13:53:35 +02:00
parent 606c629d77
commit 44d762694a
1 changed files with 7 additions and 1 deletions

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"