|
|
|
|
@ -67,32 +67,33 @@ const routes = [{
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/alarmVideos/alarmLog')
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'checkManage',
|
|
|
|
|
name: 'checkManage',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'form',
|
|
|
|
|
name: '盘点管理',
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/checkManage/index'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'checkOperation',
|
|
|
|
|
name: 'checkOperation',
|
|
|
|
|
meta: {
|
|
|
|
|
name: '盘点操作'
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/checkManage/checkOperation'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: 'checkHistory',
|
|
|
|
|
name: 'checkHistory',
|
|
|
|
|
meta: {
|
|
|
|
|
icon: 'tag',
|
|
|
|
|
name: '盘点历史',
|
|
|
|
|
},
|
|
|
|
|
component: () => import('@/views/historyCheck/index'),
|
|
|
|
|
},
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: 'checkManage',
|
|
|
|
|
// name: 'checkManage',
|
|
|
|
|
// meta: {
|
|
|
|
|
// icon: 'form',
|
|
|
|
|
// name: '盘点管理',
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/checkManage/index'),
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: 'checkOperation',
|
|
|
|
|
// name: 'checkOperation',
|
|
|
|
|
// meta: {
|
|
|
|
|
// name: '盘点操作'
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/checkManage/checkOperation'),
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: 'checkHistory',
|
|
|
|
|
// name: 'checkHistory',
|
|
|
|
|
// meta: {
|
|
|
|
|
// icon: 'tag',
|
|
|
|
|
// name: '盘点历史',
|
|
|
|
|
// },
|
|
|
|
|
// component: () => import('@/views/historyCheck/index'),
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: 'stockHistory',
|
|
|
|
|
// name: 'stockHistory',
|
|
|
|
|
|