| | |
| | | permissions: ['bs:formulaChild:list'], |
| | | children: [ |
| | | { |
| | | path: 'index/:formulaCode(\\d+)', |
| | | path: 'index', |
| | | component: () => import('@/views/main/bs/formulaChild/index'), |
| | | name: 'Data', |
| | | meta: { title: '配方详情', activeMenu: '/main/bs/formulaChild' } |
| | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/main/orderScheduling-data', |
| | | component: Layout, |
| | | hidden: true, |
| | | permissions: ['bs:workReport:list'], |
| | | children: [ |
| | | { |
| | | path: 'index', |
| | | component: () => import('@/views/main/bs/orderScheduling/index'), |
| | | name: 'Data', |
| | | meta: { title: '报工记录表', activeMenu: '/main/bs/orderScheduling' } |
| | | } |
| | | ] |
| | | }, |
| | | ] |
| | | |
| | | // 防止连续点击多次路由报错 |