mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
transaction refactor for frontend
This commit is contained in:
parent
b1cfb993d9
commit
da9fccb78f
@ -22,13 +22,14 @@
|
||||
:class="getCollapseState(id) ? 'bg-secondary' : ''"
|
||||
v-b-toggle="'decay-' + id"
|
||||
>
|
||||
<!-- Collaps Button -->
|
||||
<!-- Collaps Icon -->
|
||||
<div class="text-right" style="width: 95%; position: absolute">
|
||||
<b-icon
|
||||
:icon="getCollapseState(id) ? 'caret-up-square' : 'caret-down-square'"
|
||||
:class="getCollapseState(id) ? 'text-black' : 'text-muted'"
|
||||
/>
|
||||
</div>
|
||||
<!-- TransactionList Row-->
|
||||
<div>
|
||||
<b-row>
|
||||
<!-- ICON -->
|
||||
@ -62,7 +63,7 @@
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
||||
<!-- Nachricht -->
|
||||
<!-- Nachricht Memo -->
|
||||
<b-row v-if="typeId !== 'DECAY'">
|
||||
<b-col cols="5">
|
||||
<div class="text-right">{{ $t('form.memo') }}</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user