diff --git a/webUI/src/views/acc/costs/list.vue b/webUI/src/views/acc/costs/list.vue index 8ca2adb..abdc6ec 100644 --- a/webUI/src/views/acc/costs/list.vue +++ b/webUI/src/views/acc/costs/list.vue @@ -154,7 +154,7 @@ {{ center.name }} - {{ $t('dialog.acc_price') }} : {{ this.$filters.formatNumber(center.amount) }} + {{ $t('dialog.acc_price') }} : {{ $filters.formatNumber(center.amount) }} {{ $t('dialog.des') }} : {{ center.des }}