mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 11:26:44 +08:00
'产说会需求'
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
//产说会列表 定义相关组件
|
||||
const List = () => import('@/views/ebiz/productionSay/List')
|
||||
const createChangeItem = () => import('@/views/ebiz/productionSay/createChangeItem')
|
||||
const statistics = () => import('@/views/ebiz/productionSay/statistics')
|
||||
const statisticsItem = () => import('@/views/ebiz/productionSay/statisticsItem')
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -19,5 +21,21 @@ export default [
|
||||
title: '创建产说会',
|
||||
index: 2
|
||||
}
|
||||
},{
|
||||
path: '/productionSay/statistics',
|
||||
name: 'statistics',
|
||||
component: statistics,
|
||||
meta: {
|
||||
title: '产说会统计表',
|
||||
index: 3
|
||||
}
|
||||
},{
|
||||
path: '/productionSay/statisticsItem',
|
||||
name: 'statisticsItem',
|
||||
component: statisticsItem,
|
||||
meta: {
|
||||
title: '查询产说会',
|
||||
index: 4
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user