mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
fix typo
This commit is contained in:
@@ -89,7 +89,7 @@ interface WritableTransactionCategoricalAnalysisDataItem {
|
|||||||
percent?: number;
|
percent?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface WritableTransactioTrendsAnalysisDataItem {
|
interface WritableTransactionTrendsAnalysisDataItem {
|
||||||
name: string;
|
name: string;
|
||||||
type: TransactionStatisticDataItemType;
|
type: TransactionStatisticDataItemType;
|
||||||
id: string;
|
id: string;
|
||||||
@@ -373,7 +373,7 @@ export const useStatisticsStore = defineStore('statistics', () => {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
const combinedDataMap: Record<string, WritableTransactioTrendsAnalysisDataItem> = {};
|
const combinedDataMap: Record<string, WritableTransactionTrendsAnalysisDataItem> = {};
|
||||||
|
|
||||||
for (let i = 0; i < transactionCategoryTrendsDataWithCategoryAndAccountInfo.value.length; i++) {
|
for (let i = 0; i < transactionCategoryTrendsDataWithCategoryAndAccountInfo.value.length; i++) {
|
||||||
const trendItem = transactionCategoryTrendsDataWithCategoryAndAccountInfo.value[i];
|
const trendItem = transactionCategoryTrendsDataWithCategoryAndAccountInfo.value[i];
|
||||||
|
|||||||
Reference in New Issue
Block a user