diff --git a/src/router/index.js b/src/router/index.js index 391e2aa..dfac89f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -67,15 +67,15 @@ const routes = [{ // }, // component: () => import('@/views/alarmVideos/alarmLog') // }, - { - path: 'checkSummary', - name: 'checkSummary', - meta: { - icon: 'eye', - name: '盘点统计' - }, - component: () => import('@/views/checkSummary/index') - }, + // { + // path: 'checkSummary', + // name: 'checkSummary', + // meta: { + // icon: 'eye', + // name: '盘点统计' + // }, + // component: () => import('@/views/checkSummary/index') + // }, { path: 'emptyCheckManage', name: 'emptyCheckManage', @@ -154,15 +154,15 @@ const routes = [{ }, component: () => import('@/views/cameraManage/model') }, - { - path: 'checkMonitoring', - name: 'checkMonitoring', - meta: { - icon: "eye", - name: '实时盘点监控' - }, - component: () => import('@/views/checkMonitoring/index') - }, + // { + // path: 'checkMonitoring', + // name: 'checkMonitoring', + // meta: { + // icon: "eye", + // name: '实时盘点监控' + // }, + // component: () => import('@/views/checkMonitoring/index') + // }, // { // path: 'productSpecManage', // name: 'productSpecManage', diff --git a/src/views/emptyCheckManage/Subsection.vue b/src/views/emptyCheckManage/Subsection.vue index e898af2..005a2da 100644 --- a/src/views/emptyCheckManage/Subsection.vue +++ b/src/views/emptyCheckManage/Subsection.vue @@ -10,7 +10,7 @@ > {{ getRandom(latticeRow + 1 -index, latticeRow, nums.row, total.row) }} - + @@ -48,7 +48,7 @@ {{ getRandom(index, latticeColumn, nums.column, total.column) }} - + @@ -217,7 +217,7 @@ export default { getStatusBg(row,column,status) { var dom = document.getElementById(this.direction+"-"+this.side+"-"+row+'-'+column); - var color = status == 0 ?'#d81e06': (status == 1) ? '#1afa29': '#bfbfbf'; + var color = status == 0 ?'#dacb2e': (status == 1) ? '#1afa29': '#bfbfbf'; dom.style.background = color }, diff --git a/src/views/emptyCheckManage/index.vue b/src/views/emptyCheckManage/index.vue index fbb225f..ad77d5c 100644 --- a/src/views/emptyCheckManage/index.vue +++ b/src/views/emptyCheckManage/index.vue @@ -4,7 +4,7 @@
颜色说明: - + 未知 diff --git a/src/views/historyMonitoring/index.vue b/src/views/historyMonitoring/index.vue index bddab43..f0963cf 100644 --- a/src/views/historyMonitoring/index.vue +++ b/src/views/historyMonitoring/index.vue @@ -44,8 +44,9 @@ - + + + @@ -57,9 +58,11 @@