mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
add transaction calendar
This commit is contained in:
@@ -103,6 +103,7 @@ const router = createRouter({
|
||||
component: TransactionListPage,
|
||||
beforeEnter: checkLogin,
|
||||
props: route => ({
|
||||
initPageType: route.query['pageType'],
|
||||
initDateType: route.query['dateType'],
|
||||
initMaxTime: route.query['maxTime'],
|
||||
initMinTime: route.query['minTime'],
|
||||
|
||||
Reference in New Issue
Block a user