change fields key data formatter

This commit is contained in:
ogerly 2022-01-20 13:22:44 +01:00
parent e1df3718c5
commit 6f082726f8

View File

@ -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))
},
},
{