From cb289963bc27ce125a72b3608824b93b485335c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com> Date: Sat, 9 Dec 2023 14:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81=20:=20=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/content/airInfo/AirInfo.vue | 3 +- src/components/content/fanInfo/FanInfo.vue | 74 +++++++++++++--------- src/views/tunnel/index.vue | 7 +- 3 files changed, 47 insertions(+), 37 deletions(-) diff --git a/src/components/content/airInfo/AirInfo.vue b/src/components/content/airInfo/AirInfo.vue index ccead2c..ff4147c 100644 --- a/src/components/content/airInfo/AirInfo.vue +++ b/src/components/content/airInfo/AirInfo.vue @@ -1,13 +1,12 @@ @@ -87,7 +84,7 @@ const drawerRight = ref(true) const currentSite = ref('松江站') const currentUser = ref('admin') const currentDate = ref(dateFormat()) -const tunnelBtn=ref() +const tunnelBtn = ref() const tunnelList = ref([ { value: 0, @@ -130,8 +127,6 @@ const previousBtn = () => { } const nextBtn = () => { tunnelBtn.value.next(); - // tunnelList.value.push(tunnelList.value.shift()) - // console.log('tunnelList.value', tunnelList.value) }