'产说会需求'

This commit is contained in:
proudlx
2021-04-19 09:55:29 +08:00
parent 499b820e46
commit c85c0d0ac6
7 changed files with 581 additions and 104 deletions

View File

@@ -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
}
},
]