不展示库位管理、品规管理和库存管理

merge-requests/6/head
QuShuailong 3 years ago
parent b25e50e10c
commit 6760e250df

@ -93,15 +93,15 @@ const routes = [{
}, },
component: () => import('@/views/historyCheck/index'), component: () => import('@/views/historyCheck/index'),
}, },
{ // {
path: 'stockHistory', // path: 'stockHistory',
name: 'stockHistory', // name: 'stockHistory',
meta: { // meta: {
icon: 'file-excel', // icon: 'file-excel',
name: '库位历史', // name: '库位历史',
}, // },
component: () => import('@/views/stockLog/index'), // component: () => import('@/views/stockLog/index'),
}, // },
{ {
path: 'stockLogDetail', path: 'stockLogDetail',
name: 'stockLogDetail', name: 'stockLogDetail',
@ -136,24 +136,24 @@ const routes = [{
}, },
component: () => import('@/views/cameraManage/model') component: () => import('@/views/cameraManage/model')
}, },
{ // {
path: 'productSpecManage', // path: 'productSpecManage',
name: 'productSpecManage', // name: 'productSpecManage',
meta: { // meta: {
icon: 'pushpin', // icon: 'pushpin',
name: '品规管理' // name: '品规管理'
}, // },
component: () => import('@/views/productSpecManage/index') // component: () => import('@/views/productSpecManage/index')
}, // },
{ // {
path: 'repertoryManage', // path: 'repertoryManage',
name: 'repertoryManage', // name: 'repertoryManage',
meta: { // meta: {
icon: 'wallet', // icon: 'wallet',
name: '库存管理' // name: '库存管理'
}, // },
component: () => import('@/views/repertoryManage/index') // component: () => import('@/views/repertoryManage/index')
}, // },
{ {
path: 'cameraManage/ioTable', path: 'cameraManage/ioTable',

Loading…
Cancel
Save