diff --git a/dist.zip b/dist.zip index 9a2896b..52de43d 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/router/index.js b/src/router/index.js index 7f295d2..1117c24 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -29,44 +29,44 @@ const routes = [{ }, component: () => import('@/views/index'), children: [ - // { - // path: 'videoWall1`', - // name: 'videoWall1`', - // meta: { - // icon: 'desktop', - // name: '视频墙1' - // }, - // component: () => import('@/views/videoWall/index'), - // }, - // { - // path: 'videoWall2', - // name: 'videoWall2', - // meta: { - // icon: 'desktop', - // name: '视频墙2' - // }, - // component: () => import('@/views/videoWall2/index'), - // }, - // { - // path: 'realTimeMonitoring', - // name: 'realTimeMonitoring', - // meta: { - // icon: 'video-camera', - // name: '实时视频流' - // }, - // component: () => import('@/views/realTimeMonitoring/index'), + { + path: 'videoWall1`', + name: 'videoWall1`', + meta: { + icon: 'desktop', + name: '视频墙1' + }, + component: () => import('@/views/videoWall/index'), + }, + { + path: 'videoWall2', + name: 'videoWall2', + meta: { + icon: 'desktop', + name: '视频墙2' + }, + component: () => import('@/views/videoWall2/index'), + }, + { + path: 'realTimeMonitoring', + name: 'realTimeMonitoring', + meta: { + icon: 'video-camera', + name: '实时视频流' + }, + component: () => import('@/views/realTimeMonitoring/index'), - // }, + }, - // { - // path: 'historyMonitoring', - // name: 'historyMonitoring', - // meta: { - // icon: 'book', - // name: '历史数据' - // }, - // component: () => import('@/views/historyMonitoring/index') - // }, + { + path: 'historyMonitoring', + name: 'historyMonitoring', + meta: { + icon: 'book', + name: '历史数据' + }, + component: () => import('@/views/historyMonitoring/index') + }, // { // path: 'alarmLog', // name: 'alarmLog', @@ -128,15 +128,15 @@ const routes = [{ }, component: () => import('@/views/roadwayManage/index') }, - // { - // path: 'cameraManage', - // name: 'cameraManage', - // meta: { - // icon: 'camera', - // name: '球机管理' - // }, - // component: () => import('@/views/cameraManage/index') - // }, + { + path: 'cameraManage', + name: 'cameraManage', + meta: { + icon: 'camera', + name: '球机管理' + }, + component: () => import('@/views/cameraManage/index') + }, // { // path: 'cameraManage/model', // name: 'cameraManageModel', diff --git a/src/views/checkManage/Subsection.vue b/src/views/checkManage/Subsection.vue index 106076f..b55c718 100644 --- a/src/views/checkManage/Subsection.vue +++ b/src/views/checkManage/Subsection.vue @@ -246,11 +246,11 @@ export default { var color; if(status == -1){ color = '#f2ed48' - }else if(status ==1){ + }else if(status ==2){ color = '#1afa29' - }else if( status == 2){ + }else if( status == 3){ color = '#4c71d8' - }else if(status == 2 ||status == 5 || status == 6 ){ + }else if(status == 1 ||status == 5 || status == 6 ){ color = '#d81e06' }else if(status == 4){ color = '#bc55cf' diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue index ff880c0..8792af1 100644 --- a/src/views/checkManage/checkOperation.vue +++ b/src/views/checkManage/checkOperation.vue @@ -276,8 +276,8 @@ export default { ], statusMap: { 0: "未盘点", - 1: "无货", - 2: "有货", + 2: "盘点正确", + 1: "盘点异常", 3: "人工核对正确", 4: "空托盘", 5: "品规失败", diff --git a/src/views/checkManage/index.vue b/src/views/checkManage/index.vue index 2584f40..5c0f7cd 100644 --- a/src/views/checkManage/index.vue +++ b/src/views/checkManage/index.vue @@ -60,15 +60,15 @@ color="#1afa29" style="width: 30px; height: 20px; margin-right: 6px" > - 有货 + 盘点正常 - + --> - 有货 + 盘点正常 - 无货 + 盘点异常