|
|
|
@ -102,15 +102,15 @@ const routes = [{
|
|
|
|
},
|
|
|
|
},
|
|
|
|
component: () => import('@/views/checkManage/checkOperation'),
|
|
|
|
component: () => import('@/views/checkManage/checkOperation'),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
// {
|
|
|
|
path: 'checkHistory',
|
|
|
|
// path: 'checkHistory',
|
|
|
|
name: 'checkHistory',
|
|
|
|
// name: 'checkHistory',
|
|
|
|
meta: {
|
|
|
|
// meta: {
|
|
|
|
icon: 'tag',
|
|
|
|
// icon: 'tag',
|
|
|
|
name: '盘点历史',
|
|
|
|
// name: '盘点历史',
|
|
|
|
},
|
|
|
|
// },
|
|
|
|
component: () => import('@/views/historyCheck/index'),
|
|
|
|
// component: () => import('@/views/historyCheck/index'),
|
|
|
|
},
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// {
|
|
|
|
// path: 'stockHistory',
|
|
|
|
// path: 'stockHistory',
|
|
|
|
// name: 'stockHistory',
|
|
|
|
// name: 'stockHistory',
|
|
|
|
|