fix the display amount in statistics page when there are no transaction

This commit is contained in:
MaysWind
2023-04-21 23:53:19 +08:00
parent 1ec9ff20b1
commit e013a6f087
+1 -1
View File
@@ -93,7 +93,7 @@
{{ getDisplayAmount(statisticsData.totalAmount, defaultCurrency) }}
</span>
<span :class="{ 'skeleton-text': loading }" v-else-if="loading || !statisticsData || !statisticsData.items || !statisticsData.items.length">
***.**
{{ loading ? '***.**' : '---' }}
</span>
</div>
</div>