gaoluyang
2025-02-19 20cd11a0ef3348a8664dd799da40989c58db7df1
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,