车间能级提升-智能设备管理系统
朱桂飞
2025-02-08 a4e9be7205274b93571c74268855b39129145328
eims-ui/apps/web-antd/src/router/routes/local.ts
@@ -129,6 +129,30 @@
      }
    ]
  },
  {
    component: 'BasicLayout',
    meta: {
      hideChildrenInMenu: true,
      hideInMenu: true,
      title: '盘点明细'
    },
    name: 'InventoryDetail',
    path: '/',
    redirect: '/inventory/detail',
    children: [
      {
        component: '/eims/inventory-detail/index',
        meta: {
          activePath: '/equ/inventory',
          icon: 'eos-icons:role-binding-outlined',
          keepAlive: true,
          title: '盘点明细'
        },
        name: 'InventoryDetailIndex',
        path: '/inventory/detail/:inventoryId'
      }
    ]
  },
];
/**