From 0117821a72f31e5479362b15b9ec4af5f02dd727 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 8 May 2024 13:44:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sidebar.vue | 9 ++-- src/main.js | 1 + .../components/imageCapture.vue | 7 ++- .../components/parameterSetDialog.vue | 24 +++++---- .../components/videoCapture.vue | 5 +- .../components/carouselChart.vue | 4 +- .../components/parameterArea.vue | 2 +- .../components/setChannelDialog.vue | 53 +++++++++++++++++-- .../components/setschedule.vue | 2 +- .../reportData/equipmentStatus/index.vue | 30 +++++------ .../components/blindMenuPermiss.vue | 2 +- vue.config.js | 4 +- 12 files changed, 98 insertions(+), 45 deletions(-) diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index 2be7300..5dbcdfe 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -142,10 +142,10 @@ export default { index: "/roleManagement", title: "角色管理", }, - // { - // index: "/menuManagement", - // title: "菜单功能管理", - // }, + { + index: "/menuManagement", + title: "菜单功能管理", + }, { index: "/deviceUpgrade", title: "升级管理", @@ -219,6 +219,7 @@ export default { "cameraChannel", "photographicDevice", "devicePhotoSchedule", + "reportData", ].includes(index) ) { // 如果包含杆塔或线路信息,则添加到资产管理子菜单 diff --git a/src/main.js b/src/main.js index c1f7aa6..7515aa4 100644 --- a/src/main.js +++ b/src/main.js @@ -30,6 +30,7 @@ import VueLazyload from "vue-lazyload"; //注册插件 Vue.use(VueLazyload, { error: require("./assets/img/nodatapic2.jpg"), + listenEvents: [ 'scroll', 'wheel', 'mousewheel', 'resize', 'animationend', 'transitionend', 'touchmove' ] }); /* 引入公共js*/ import common from "@/utils/common/common.js"; diff --git a/src/views/photographicDevice/components/imageCapture.vue b/src/views/photographicDevice/components/imageCapture.vue index 5febbdb..3ca2db9 100644 --- a/src/views/photographicDevice/components/imageCapture.vue +++ b/src/views/photographicDevice/components/imageCapture.vue @@ -91,7 +91,7 @@ >查询
- {{ $moment(lookTime).format("YYYY-MM-DD HH:mm:ss") }} + {{ $moment(lookTime*1000).format("YYYY-MM-DD HH:mm:ss") }}