add all date type range in transaction list page

This commit is contained in:
MaysWind
2023-08-01 22:25:55 +08:00
parent 6e798f739f
commit 43522e9c81
3 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -561,7 +561,7 @@ export default {
return primaryCategories;
},
recentMonthDateRanges() {
return this.$locale.getAllRecentMonthDateRanges(this.userStore, true);
return this.$locale.getAllRecentMonthDateRanges(this.userStore, true, true);
},
showTotalAmountInTransactionListPage() {
return this.settingsStore.appSettings.showTotalAmountInTransactionListPage;