去掉盘点历史

feature/nanjing-wuliu
yiming 3 years ago
parent 1b111c0bfa
commit c4d2ac5d9a

@ -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',

Loading…
Cancel
Save