From 06b12297d10ed1b1b44977766c4be7054d70b890 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com>
Date: Fri, 22 Dec 2023 23:59:51 +0800
Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81:=20=E5=88=86=E6=B5=81?=
=?UTF-8?q?=E5=99=A8=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/device-manage/index.vue | 79 +++++++++++++++++++++++++++++++
src/views/tunnel-manage/index.vue | 4 +-
2 files changed, 81 insertions(+), 2 deletions(-)
diff --git a/src/views/device-manage/index.vue b/src/views/device-manage/index.vue
index 2c486ef..9927eb3 100644
--- a/src/views/device-manage/index.vue
+++ b/src/views/device-manage/index.vue
@@ -26,6 +26,9 @@
其他传感器
+
+ 分流器
+
@@ -208,6 +211,61 @@
+
+
+
分流器设备管理
+
+ 采集频率
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -381,6 +439,24 @@ const otherData = [
state: false,
}
]
+const fenliuData = [
+ {
+ name: '1号分流器',
+ offset: '2342',
+ thresholdValue: '2342',
+ state: false,
+ }, {
+ name: '2号分流器',
+ offset: '2342',
+ thresholdValue: '2342',
+ state: false,
+ }, {
+ name: '3号分流器',
+ offset: '2342',
+ thresholdValue: '2342',
+ state: false,
+ }
+]
const handleChangeMenu = (e) => {
console.log('切换', e)
changeIndex.value = e
@@ -476,6 +552,9 @@ const handleChangeMenu = (e) => {
&:nth-child(2) {
letter-spacing: 120px;
}
+ &:last-child{
+ letter-spacing: 40px;
+ }
}
}
}
diff --git a/src/views/tunnel-manage/index.vue b/src/views/tunnel-manage/index.vue
index 1f598f9..0f6c10f 100644
--- a/src/views/tunnel-manage/index.vue
+++ b/src/views/tunnel-manage/index.vue
@@ -30,11 +30,11 @@