mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-22 02:34:26 +08:00
fix the display amount in statistics page when there are no transaction
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
{{ getDisplayAmount(statisticsData.totalAmount, defaultCurrency) }}
|
{{ getDisplayAmount(statisticsData.totalAmount, defaultCurrency) }}
|
||||||
</span>
|
</span>
|
||||||
<span :class="{ 'skeleton-text': loading }" v-else-if="loading || !statisticsData || !statisticsData.items || !statisticsData.items.length">
|
<span :class="{ 'skeleton-text': loading }" v-else-if="loading || !statisticsData || !statisticsData.items || !statisticsData.items.length">
|
||||||
***.**
|
{{ loading ? '***.**' : '---' }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user