From e013a6f087f9618796f46ee35055ad8214cb1826 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Fri, 21 Apr 2023 23:53:19 +0800 Subject: [PATCH] fix the display amount in statistics page when there are no transaction --- src/views/mobile/statistics/Transaction.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mobile/statistics/Transaction.vue b/src/views/mobile/statistics/Transaction.vue index ae657bf2..a13b263b 100644 --- a/src/views/mobile/statistics/Transaction.vue +++ b/src/views/mobile/statistics/Transaction.vue @@ -93,7 +93,7 @@ {{ getDisplayAmount(statisticsData.totalAmount, defaultCurrency) }} - ***.** + {{ loading ? '***.**' : '---' }}