From 181281f39d67dadb3a37c95a5f0b3999dc80e373 Mon Sep 17 00:00:00 2001 From: donghao Date: Tue, 18 Mar 2025 14:50:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Elodash=E8=8A=82?= =?UTF-8?q?=E6=B5=81=EF=BC=8C=E8=A1=A8=E6=A0=BC=E6=97=A0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + pnpm-lock.yaml | 3 + src/components/videoPlayer/RealPlayer.vue | 15 ++++- src/views/dashboard/DeviceStatus.vue | 60 +++++++++---------- src/views/dashboard/PoleMonitor.scss | 5 +- src/views/dashboard/PoleMonitor.vue | 27 +++++---- .../dashboard/components/DeviceStatus.vue | 12 +++- 7 files changed, 73 insertions(+), 50 deletions(-) diff --git a/package.json b/package.json index d0cdd6b..32dde1c 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "dependencies": { "axios": "^1.8.3", "echarts": "^5.6.0", + "lodash": "^4.17.21", "moment": "^2.30.1", "postcss-scss": "^4.0.9", "sass": "^1.85.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7cfe04c..6404fb0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,6 +14,9 @@ importers: echarts: specifier: ^5.6.0 version: 5.6.0 + lodash: + specifier: ^4.17.21 + version: 4.17.21 moment: specifier: ^2.30.1 version: 2.30.1 diff --git a/src/components/videoPlayer/RealPlayer.vue b/src/components/videoPlayer/RealPlayer.vue index b1df9b5..f21ed06 100644 --- a/src/components/videoPlayer/RealPlayer.vue +++ b/src/components/videoPlayer/RealPlayer.vue @@ -2,7 +2,7 @@ * @Author: donghao donghao@supervision.ltd * @Date: 2025-03-12 13:48:53 * @LastEditors: donghao donghao@supervision.ltd - * @LastEditTime: 2025-03-17 14:10:46 + * @LastEditTime: 2025-03-18 14:38:33 * @FilePath: \5G-Loading-Bay-Web\src\components\videoPlayer\RealPlayer.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -11,17 +11,19 @@ -
+
+ +