From 5c1c27a2ae9bf539ec60ca59fa7bf87973b878a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=91=AB?= Date: Mon, 22 Mar 2021 19:45:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E6=95=B0=E6=8D=AE=20?= =?UTF-8?q?=E5=91=8A=E8=AD=A6=E8=A7=86=E9=A2=91=E6=B7=BB=E5=8A=A0=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E9=87=8D=E7=BD=AE=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E7=9B=98=E7=82=B9=E6=93=8D=E4=BD=9C=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/alarmVideos/alarmLog.vue | 3 +- src/views/alarmVideos/index.vue | 8 +- src/views/checkManage/checkOperation.vue | 222 +++++++++++++++-------- src/views/checkManage/index.vue | 2 +- src/views/historyMonitoring/index.vue | 9 +- 5 files changed, 166 insertions(+), 78 deletions(-) diff --git a/src/views/alarmVideos/alarmLog.vue b/src/views/alarmVideos/alarmLog.vue index 5728684..b52d541 100644 --- a/src/views/alarmVideos/alarmLog.vue +++ b/src/views/alarmVideos/alarmLog.vue @@ -22,7 +22,7 @@ 搜索 - 重置 + 重置 @@ -213,6 +213,7 @@ export default { reset() { this.queryParam.startTime = "" this.queryParam.endTime = "" + this.queryParam.streetId = 0 this.time = [] this.handleGetalarmLog() }, diff --git a/src/views/alarmVideos/index.vue b/src/views/alarmVideos/index.vue index 6e891cc..9ab78bd 100644 --- a/src/views/alarmVideos/index.vue +++ b/src/views/alarmVideos/index.vue @@ -13,7 +13,7 @@ 搜索 - + 重置 @@ -158,6 +158,12 @@ export default { this.visible = visible this.vid = data }, + reset() { + this.queryParam.startTime = "" + this.queryParam.endTime = "" + this.time = [] + this.handleGetalarmList() + }, }, }; diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue index 86203ae..e0619fc 100644 --- a/src/views/checkManage/checkOperation.vue +++ b/src/views/checkManage/checkOperation.vue @@ -41,7 +41,8 @@
-
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

该货位暂无相关记录

+
+
+ + +
+ <上一个 +

{{listrow}}行{{listcolumn}}列

+ 下一个> + +
+
+
{ - this.next(index) + if (res.code == 200) { + this.next(index) + this.$message.success('操作成功'); + } + }).catch(err => { }); @@ -418,7 +495,7 @@ export default { .checkOperation { .carousel-page { - width: 900px; + width: 90%; /*border: solid 1px blue;*/ &-title { color: #009FE3; @@ -440,11 +517,8 @@ export default { flex-direction: column; font-size: 17px; height: 400px; - width: 400px; - img { - width: 100%; - height: calc(100% - 25px) + height: 100% } p { diff --git a/src/views/checkManage/index.vue b/src/views/checkManage/index.vue index 9a5c874..45c37b3 100644 --- a/src/views/checkManage/index.vue +++ b/src/views/checkManage/index.vue @@ -18,7 +18,7 @@
-
+
diff --git a/src/views/historyMonitoring/index.vue b/src/views/historyMonitoring/index.vue index 2866822..63de1a5 100644 --- a/src/views/historyMonitoring/index.vue +++ b/src/views/historyMonitoring/index.vue @@ -17,7 +17,7 @@ 搜索 - + 重置 @@ -211,6 +211,13 @@ export default { this.visible = visible this.vid = data }, + reset() { + this.queryParam.startTime = "" + this.queryParam.endTime = "" + this.queryParam.orderNum = "" + this.time = [] + this.handleGetHistoryList() + }, }, components: { Model