forked from verdnatura/salix-front
fix: refs 6238 replace style
This commit is contained in:
parent
606c629d77
commit
44d762694a
|
@ -615,7 +615,13 @@ const getColor = (percentage) => {
|
||||||
<QTd />
|
<QTd />
|
||||||
<QTd />
|
<QTd />
|
||||||
<QTd>
|
<QTd>
|
||||||
<QBtn icon="comment" size="sm" color="primary">
|
<QBtn
|
||||||
|
v-if="entry.evaNotes"
|
||||||
|
icon="comment"
|
||||||
|
size="sm"
|
||||||
|
flat
|
||||||
|
color="primary"
|
||||||
|
>
|
||||||
<VnPopup
|
<VnPopup
|
||||||
:title="t('globals.observations')"
|
:title="t('globals.observations')"
|
||||||
:content="entry.evaNotes"
|
:content="entry.evaNotes"
|
||||||
|
|
Loading…
Reference in New Issue