From bc50a5b0a55f6a15bff54fec8f7feca81129beda Mon Sep 17 00:00:00 2001 From: yiming Date: Mon, 10 Oct 2022 16:22:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E7=9B=98=E7=82=B9=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 +- src/plugins/antd.js | 2 +- src/router/index.js | 89 ++++++------ src/store/modules/styles.js | 2 +- src/views/checkMonitoring/index.vue | 190 ++++++++++++++++++++++++++ src/views/checkMonitoring/model.vue | 122 +++++++++++++++++ src/views/historyMonitoring/index.vue | 47 ++----- 7 files changed, 377 insertions(+), 79 deletions(-) create mode 100644 src/views/checkMonitoring/index.vue create mode 100644 src/views/checkMonitoring/model.vue diff --git a/public/index.html b/public/index.html index cc6311a..3dc8a43 100644 --- a/public/index.html +++ b/public/index.html @@ -10,12 +10,12 @@ - 罗博泰克智能视觉 + 易高智能视觉 diff --git a/src/plugins/antd.js b/src/plugins/antd.js index 892ed8d..87c2f2a 100644 --- a/src/plugins/antd.js +++ b/src/plugins/antd.js @@ -16,7 +16,7 @@ import { Icon, Tree, message, - result, + Modal, Popover, Row, diff --git a/src/router/index.js b/src/router/index.js index a312d66..ba5d56f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -58,15 +58,15 @@ const routes = [{ }, component: () => import('@/views/historyMonitoring/index') }, - { - path: 'alarmLog', - name: 'alarmLog', - meta: { - icon: 'eye', - name: '告警日志' - }, - component: () => import('@/views/alarmVideos/alarmLog') - }, + // { + // path: 'alarmLog', + // name: 'alarmLog', + // meta: { + // icon: 'eye', + // name: '告警日志' + // }, + // component: () => import('@/views/alarmVideos/alarmLog') + // }, { path: 'checkSummary', name: 'checkSummary', @@ -102,23 +102,23 @@ const routes = [{ }, component: () => import('@/views/historyCheck/index'), }, - { - path: 'stockHistory', - name: 'stockHistory', - meta: { - icon: 'file-excel', - name: '库位历史', - }, - component: () => import('@/views/stockLog/index'), - }, - { - path: 'stockLogDetail', - name: 'stockLogDetail', - meta: { - name: '库位历史详情', - }, - component: () => import('@/views/stockLog/logPage'), - }, + // { + // path: 'stockHistory', + // name: 'stockHistory', + // meta: { + // icon: 'file-excel', + // name: '库位历史', + // }, + // component: () => import('@/views/stockLog/index'), + // }, + // { + // path: 'stockLogDetail', + // name: 'stockLogDetail', + // meta: { + // name: '库位历史详情', + // }, + // component: () => import('@/views/stockLog/logPage'), + // }, { path: 'roadwayManage', name: 'roadwayManage', @@ -146,23 +146,32 @@ const routes = [{ component: () => import('@/views/cameraManage/model') }, { - path: 'productSpecManage', - name: 'productSpecManage', - meta: { - icon: 'pushpin', - name: '品规管理' - }, - component: () => import('@/views/productSpecManage/index') - }, - { - path: 'repertoryManage', - name: 'repertoryManage', + path: 'checkMonitoring', + name: 'checkMonitoring', meta: { - icon: 'wallet', - name: '库存管理' + icon: "eye", + name: '实时盘点监控' }, - component: () => import('@/views/repertoryManage/index') + component: () => import('@/views/checkMonitoring/index') }, + // { + // path: 'productSpecManage', + // name: 'productSpecManage', + // meta: { + // icon: 'pushpin', + // name: '品规管理' + // }, + // component: () => import('@/views/productSpecManage/index') + // }, + // { + // path: 'repertoryManage', + // name: 'repertoryManage', + // meta: { + // icon: 'wallet', + // name: '库存管理' + // }, + // component: () => import('@/views/repertoryManage/index') + // }, { path: 'cameraManage/ioTable', diff --git a/src/store/modules/styles.js b/src/store/modules/styles.js index 9ae2a4c..b8e43f2 100644 --- a/src/store/modules/styles.js +++ b/src/store/modules/styles.js @@ -11,7 +11,7 @@ const store = { "primary-color":"rgba(184, 68, 13, 1)" }, "title":{ - "text":"昆船垛机智能视觉系统", + "text":"易高智能视觉系统", "style":{ "color":"rgba(255, 255, 255, 1)", "background-color":"rgba(163, 60, 12, 1)", diff --git a/src/views/checkMonitoring/index.vue b/src/views/checkMonitoring/index.vue new file mode 100644 index 0000000..39ba351 --- /dev/null +++ b/src/views/checkMonitoring/index.vue @@ -0,0 +1,190 @@ + + + + diff --git a/src/views/checkMonitoring/model.vue b/src/views/checkMonitoring/model.vue new file mode 100644 index 0000000..1e7cf93 --- /dev/null +++ b/src/views/checkMonitoring/model.vue @@ -0,0 +1,122 @@ + + + + diff --git a/src/views/historyMonitoring/index.vue b/src/views/historyMonitoring/index.vue index 4ac3354..fa8eae9 100644 --- a/src/views/historyMonitoring/index.vue +++ b/src/views/historyMonitoring/index.vue @@ -58,25 +58,7 @@ - - - {{ text.status == null ? ' ' : text.status == 0 ? '正常' : '告警' }} - - - - - 查看视频 - - - - +