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 @@