forked from verdnatura/salix-front
feat: refs #7287 Added changes to use reason in log
This commit is contained in:
parent
a980bf5563
commit
20994dfd0f
|
@ -580,6 +580,14 @@ watch(
|
|||
</div>
|
||||
</QItem>
|
||||
</QCardSection>
|
||||
<QCardSection
|
||||
class="q-pa-sm"
|
||||
v-if="log.reason && !log.description"
|
||||
>
|
||||
<span class="description">
|
||||
{{ log.reason }}
|
||||
</span>
|
||||
</QCardSection>
|
||||
<QCardSection
|
||||
class="change-detail q-px-sm q-py-xs"
|
||||
:class="{ expanded: log.expand }"
|
||||
|
|
Loading…
Reference in New Issue