mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
right side last transaction list style remove unused code
This commit is contained in:
parent
5cb238bde2
commit
8c96639acc
@ -14,8 +14,6 @@
|
|||||||
transaction.typeId !== 'LINK_SUMMARY' &&
|
transaction.typeId !== 'LINK_SUMMARY' &&
|
||||||
transaction.typeId !== 'CREATION'
|
transaction.typeId !== 'CREATION'
|
||||||
"
|
"
|
||||||
class="bg-white appBoxShadow gradido-border-radius p-1 border"
|
|
||||||
:class="transaction.typeId === 'SEND' ? 'border-danger' : 'border-success'"
|
|
||||||
>
|
>
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col cols="3">
|
<b-col cols="3">
|
||||||
@ -37,7 +35,7 @@
|
|||||||
<b-icon icon="bookmark-plus" variant="black"></b-icon>
|
<b-icon icon="bookmark-plus" variant="black"></b-icon>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
<b-row class="mt-2">
|
<b-row class="mb-2">
|
||||||
<b-col class="small">{{ transaction.amount | GDD }}</b-col>
|
<b-col class="small">{{ transaction.amount | GDD }}</b-col>
|
||||||
<b-col class="small">{{ $d(new Date(transaction.balanceDate), 'short') }}</b-col>
|
<b-col class="small">{{ $d(new Date(transaction.balanceDate), 'short') }}</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user