feat:增加账本统计模块

This commit is contained in:
2025-10-30 23:02:55 +08:00
parent 9e0b8ead79
commit 355a6c256d
7 changed files with 140 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
import { onMounted, ref } from 'vue'
import { useLedgerStore } from '@/store/ledger.ts'
import { ICategory } from '@/types'
import { statsByField } from '@/utils/home/ledgerUtil.ts'
const ledgerStore = useLedgerStore()