当日数据代码框架
This commit is contained in:
@@ -367,6 +367,33 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/lb-business',
|
||||
component: Layout,
|
||||
redirect: '/lb-business/daily-trade',
|
||||
name: 'LbBusinessRoot',
|
||||
meta: { title: '轻美业务', icon: 'el-icon-s-data', alwaysShow: true },
|
||||
children: [
|
||||
{
|
||||
path: 'daily-trade',
|
||||
name: 'LbDailyTrade',
|
||||
component: () => import('@/views/lb-business/daily-trade/index'),
|
||||
meta: { title: '当天交易', icon: 'el-icon-s-order' }
|
||||
},
|
||||
{
|
||||
path: 'daily-report',
|
||||
name: 'LbDailyReport',
|
||||
component: () => import('@/views/lb-business/daily-report/index'),
|
||||
meta: { title: '当天报表', icon: 'el-icon-data-analysis' }
|
||||
},
|
||||
{
|
||||
path: 'report-statistics',
|
||||
name: 'LbReportStatistics',
|
||||
component: () => import('@/views/lb-business/report-statistics/index'),
|
||||
meta: { title: '报表统计', icon: 'el-icon-pie-chart' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/system',
|
||||
|
||||
Reference in New Issue
Block a user