mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change fields key data formatter
This commit is contained in:
parent
e1df3718c5
commit
6f082726f8
@ -18,7 +18,7 @@ export default {
|
||||
key: 'date',
|
||||
label: this.$t('transactionlist.date'),
|
||||
formatter: (value, key, item) => {
|
||||
return this.$moment(value).format(this.$t('transactionlist.formatter'))
|
||||
return this.$d(new Date(value))
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user