diff --git a/src/router/index.js b/src/router/index.js index 1dcbce4..4588c91 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -48,6 +48,7 @@ const globalRoutes = [ { path: '/sopBoard', component: _import('modules/board/sopBoard'), name: 'sopBoard', meta: { title: 'SOP电视机' } }, { path: '/biBoard', component: _import('modules/board/biBoard'), name: 'biBoard', meta: { title: 'BI报表' } }, { path: '/vulcanization', component: _import('modules/board/VulcanizationDispatchOrder'), name: 'vulcanizationDispatchOrder', meta: { title: '硫化派工单跟踪看板' } }, + { path: '/inventory', component: _import('modules/board/partInventory'), name: 'inventory', meta: { title: '库存信息' } }, ] // 主入口路由(需嵌套上左右整体布局) diff --git a/src/views/modules/board/partInventory.vue b/src/views/modules/board/partInventory.vue index 58bc360..1a027f7 100644 --- a/src/views/modules/board/partInventory.vue +++ b/src/views/modules/board/partInventory.vue @@ -406,7 +406,7 @@ export default {