diff --git a/src/router/index.js b/src/router/index.js index 30aa1fe..d0f9c53 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -20,7 +20,8 @@ const _import = require('./import-' + process.env.NODE_ENV) const globalRoutes = [ { path: '/404', component: _import('common/404'), name: '404', meta: { title: '404未找到' } }, { path: '/login', component: _import('common/login'), name: 'login', meta: { title: '登录' } }, - { path: '/dashboard-picking-board', component: _import('modules/dashboard/picking-board'), name: 'dashboard-picking-board', meta: { title: '人工拣选看板' } } + { path: '/dashboard-picking-board', component: _import('modules/dashboard/picking-board'), name: 'dashboard-picking-board', meta: { title: '人工拣选看板' } }, + { path: '/dashboard-inventory-board', component: _import('modules/dashboard/inventory-board'), name: 'dashboard-inventory-board', meta: { title: '库存分析看板' } } ] // 主入口路由(需嵌套上左右整体布局) diff --git a/src/views/modules/dashboard/picking-board.vue b/src/views/modules/dashboard/picking-board.vue index 04a86ff..627a97f 100644 --- a/src/views/modules/dashboard/picking-board.vue +++ b/src/views/modules/dashboard/picking-board.vue @@ -41,7 +41,9 @@ | 工单号码: {{ order.workOrderNo }} | - 物料名称: {{ order.materialName }} + 产品名称: {{ order.materialName }} + + 工单时间: {{ order.workOrderTime }}