mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
pull origin
This commit is contained in:
parent
132de9d00f
commit
7c37c345a1
@ -57,7 +57,7 @@
|
||||
</b-col>
|
||||
<b-col cols="6">
|
||||
<div v-if="typeId === 'SEND'">
|
||||
<b>− {{ $n((Number(amount) + Number(decay.decay)) * -1, 'decimal') }}</b>
|
||||
<b>− {{ $n(Number(amount) + Number(decay.decay) * -1, 'decimal') }}</b>
|
||||
</div>
|
||||
<div v-if="typeId === 'RECEIVE'">
|
||||
<b>{{ $n(Number(amount) + Number(decay.decay), 'decimal') }}</b>
|
||||
|
||||
@ -78,7 +78,7 @@
|
||||
</b-col>
|
||||
<b-col cols="6">
|
||||
<div v-if="typeId === 'SEND'">
|
||||
<b>− {{ $n(Number(amount * -1) + Number(decay.decay * -1), 'decimal') }}</b>
|
||||
<b>− {{ $n(Number(amount) + Number(decay.decay) * -1, 'decimal') }}</b>
|
||||
</div>
|
||||
<div v-if="typeId === 'RECEIVE'">
|
||||
<b>{{ $n(Number(amount) + Number(decay.decay), 'decimal') }}</b>
|
||||
|
||||
@ -31,11 +31,7 @@
|
||||
</b-col>
|
||||
<b-col cols="7">
|
||||
<div class="gdd-transaction-list-item-name">
|
||||
{{
|
||||
typeId !== 'DECAY'
|
||||
? linkedUser.firstName + ' ' + linkedUser.lastName
|
||||
: $t('decay.decay_since_last_transaction')
|
||||
}}
|
||||
{{ linkedUser.firstName + ' ' + linkedUser.lastName }}
|
||||
</div>
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user