春风项目四线(合箱线、总装线)
yyt
2024-05-23 0ae327c0c3e6bf00e332f231c50a3bcbb0a7fb4c
jcdm-ui/src/router/index.js
@@ -218,6 +218,20 @@
      }
    ]
  },
  {
    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' }
      }
    ]
  },
]
// 防止连续点击多次路由报错