gaoluyang
2025-02-18 7f9514f20911fbb8046ca03716c2bc9304ec2fa0
src/router/index.js
@@ -100,12 +100,19 @@
    permissions: ['business:order'],
    children: [
      {
        // 铜材料下单
        // 原材料下单
        path: 'customsInspection',
        component: () => import('@/views/business/materialOrder/customsInspection'),
        name: 'customsInspection',
        meta: { title: '原材料下单详情', activeMenu: '/business/materialOrder' }
      },
      {
        // 铜材料下单
        path: 'copperOrder',
        component: () => import('@/views/business/materialOrder/copperOrder'),
        name: 'copperOrder',
        meta: { title: '铜材料下单', activeMenu: '/business/materialOrder' }
      }
      },
    ]
  },
  {