mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
code refactor
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="6" sm="3" v-for="item in [
|
<v-col cols="6" sm="3" :key="idx" v-for="(item, idx) in [
|
||||||
{
|
{
|
||||||
title: 'Transactions',
|
title: 'Transactions',
|
||||||
count: displayDataStatistics ? displayDataStatistics.totalTransactionCount : '-',
|
count: displayDataStatistics ? displayDataStatistics.totalTransactionCount : '-',
|
||||||
|
|||||||
Reference in New Issue
Block a user