From 4b0333797f5755cf7247fed47addc8bb6129d5d5 Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Thu, 27 Mar 2025 13:17:50 +0000 Subject: [PATCH] bug fix --- webUI/src/views/acc/costs/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}