src/router/index.js
@@ -110,6 +110,23 @@ ], }, { // 成品下单 path: "/productOrder", component: Layout, hidden: true, permissions: ["productOrder:order"], children: [ { // 成品下单详情 path: "add", component: () => import("@/views/business/productOrder/components/add.vue"), name: "add", meta: { title: "成品下单详情", activeMenu: "/business/materialOrder" }, }, ], }, { // 检验任务 path: "/inspectionTask", component: Layout,