change field amount an position 2 last date

This commit is contained in:
ogerly 2022-01-19 14:42:44 +01:00
parent 018bfa05d6
commit b86431fa40

View File

@ -21,8 +21,8 @@ export default {
return this.$moment(value).format(this.$t('transactionlist.formatter'))
},
},
{ key: 'name', label: this.$t('transactionlist.community') },
{ key: 'balance', label: this.$t('transactionlist.amount') },
{ key: 'name', label: this.$t('transactionlist.community') },
{ key: 'memo', label: this.$t('transactionlist.memo') },
{
key: 'decay',