From e1dcadd102d0b9136fb9e21bf321a5b9026e66dd Mon Sep 17 00:00:00 2001
From: fanluyan <754122931@qq.com>
Date: Mon, 18 Mar 2024 17:27:13 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=8A=B6=E6=80=81=E6=8A=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/utils/api/index.js | 9 +
.../components/workStatus.vue | 197 ++++++++++--------
.../components/carouselChart.vue | 12 +-
.../realTimeMonitor/components/siderBar.vue | 1 +
src/views/realTimeMonitor/index.vue | 4 +
5 files changed, 136 insertions(+), 87 deletions(-)
diff --git a/src/utils/api/index.js b/src/utils/api/index.js
index 6fc1f75..b4e3dd2 100644
--- a/src/utils/api/index.js
+++ b/src/utils/api/index.js
@@ -793,3 +793,12 @@ export function getTermFaultsExcel() {
responseType: "blob",
});
}
+
+//工作状态报
+export function getWorkingStatusHistoryApi(data) {
+ return request({
+ url: "/xymanager/getWorkingStatusHistory",
+ method: "post",
+ data,
+ });
+}
diff --git a/src/views/photographicDevice/components/workStatus.vue b/src/views/photographicDevice/components/workStatus.vue
index 3c63569..b963afa 100644
--- a/src/views/photographicDevice/components/workStatus.vue
+++ b/src/views/photographicDevice/components/workStatus.vue
@@ -1,16 +1,18 @@
@@ -18,9 +20,10 @@
查询
- 导出
+ 导出
-
-
-
-
- {{
- scope.row.name == 0 ? "充电" : "放电"
- }}
-
-
-
-
- {{
- scope.row.name == 0 ? "已连接" : "未连接"
- }}
-