From 5867da81f8ec955e0929e6f5e6aaebcddbbd353f Mon Sep 17 00:00:00 2001
From: wj <347312259@qq.com>
Date: Sun, 25 Jun 2023 09:03:26 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AD=96=E7=95=A5=E5=AF=BC=E5=85=A5=E6=B8=B2?=
=?UTF-8?q?=E6=9F=93=E6=89=8B=E5=8A=A8=E6=8E=A7=E5=88=B6=E3=80=81=E6=B8=B2?=
=?UTF-8?q?=E6=9F=93=E8=83=BD=E8=80=97=E5=AF=B9=E6=AF=94?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
psdc-ui/src/api/analyse/nhdb/nhdb.js | 6 +
psdc-ui/src/views/analyse/nhdb/index.vue | 375 ++++++++++++---------
psdc-ui/src/views/control/manual/index.vue | 65 ++--
3 files changed, 251 insertions(+), 195 deletions(-)
create mode 100644 psdc-ui/src/api/analyse/nhdb/nhdb.js
diff --git a/psdc-ui/src/api/analyse/nhdb/nhdb.js b/psdc-ui/src/api/analyse/nhdb/nhdb.js
new file mode 100644
index 0000000..60eccf0
--- /dev/null
+++ b/psdc-ui/src/api/analyse/nhdb/nhdb.js
@@ -0,0 +1,6 @@
+import request from '@/utils/request'
+
+/** 获取设备*/
+export function getCelueList() {
+ return request.get('/analyse/nhdb/logs')
+}
\ No newline at end of file
diff --git a/psdc-ui/src/views/analyse/nhdb/index.vue b/psdc-ui/src/views/analyse/nhdb/index.vue
index 74a47d0..9f1d948 100644
--- a/psdc-ui/src/views/analyse/nhdb/index.vue
+++ b/psdc-ui/src/views/analyse/nhdb/index.vue
@@ -5,13 +5,37 @@
- {{item.sceneName}}
+ {{item.strategyName}}