From 6be06cf32ccfb772eebcd77c984b3f06f75697fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Thu, 14 Dec 2023 11:18:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=A2=99=20=E5=B7=B7=E9=81=93=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 9 --------- src/views/checkManage/Subsection.vue | 10 +++------- src/views/checkManage/index.vue | 9 +-------- 3 files changed, 4 insertions(+), 24 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 285b666..d319efd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -47,15 +47,6 @@ const routes = [{ }, component: () => import('@/views/videoWall2/index'), }, - { - path: 'videoWall3', - name: 'videoWall3', - meta: { - icon: 'desktop', - name: '视频墙3' - }, - component: () => import('@/views/videoWall3/index'), - }, { path: 'realTimeMonitoring', name: 'realTimeMonitoring', diff --git a/src/views/checkManage/Subsection.vue b/src/views/checkManage/Subsection.vue index 3d29400..21521d9 100644 --- a/src/views/checkManage/Subsection.vue +++ b/src/views/checkManage/Subsection.vue @@ -10,9 +10,7 @@ > {{ getRandom(latticeRow + 1 -index, latticeRow, nums.row, total.row) }} - - - + @@ -50,9 +48,7 @@ {{ getRandom(index, latticeColumn, nums.column, total.column) }} - - - + @@ -262,7 +258,7 @@ export default { if(res.code == 200){ if(res.data.stocks){ for(let a of res.data.stocks){ - this.getStatusBg(a.row,a.column,a.viewStatus) + this.getStatusBg(a.row,a.column,a.status) } } diff --git a/src/views/checkManage/index.vue b/src/views/checkManage/index.vue index 9fbb682..7d640b5 100644 --- a/src/views/checkManage/index.vue +++ b/src/views/checkManage/index.vue @@ -46,13 +46,6 @@ > 盘点正确 - - - 需盘点 - { console.log("update data"); console.log(res)