feat:添加账单详情,优化页面
This commit is contained in:
@@ -14,6 +14,12 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () => import('../features/transactions/pages/TransactionsPage.vue'),
|
||||
meta: { title: '交易记录', requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/transactions/:id',
|
||||
name: 'transaction-detail',
|
||||
component: () => import('../features/transactions/pages/TransactionDetailPage.vue'),
|
||||
meta: { title: '账单详情', requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/analysis',
|
||||
name: 'analysis',
|
||||
|
||||
Reference in New Issue
Block a user