mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add string GDD on creation amount
This commit is contained in:
parent
b4090f50ef
commit
e1df3718c5
@ -21,7 +21,13 @@ export default {
|
||||
return this.$moment(value).format(this.$t('transactionlist.formatter'))
|
||||
},
|
||||
},
|
||||
{ key: 'balance', label: this.$t('transactionlist.amount') },
|
||||
{
|
||||
key: 'balance',
|
||||
label: this.$t('transactionlist.amount'),
|
||||
formatter: (value, key, item) => {
|
||||
return `${value} GDD`
|
||||
},
|
||||
},
|
||||
{ key: 'name', label: this.$t('transactionlist.community') },
|
||||
{ key: 'memo', label: this.$t('transactionlist.memo') },
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user