From 37e695ffdf6e91e5a134980bf56e63cc459bd799 Mon Sep 17 00:00:00 2001
From: wangsixiang <2970484253@qq.com>
Date: Sat, 21 Dec 2024 11:17:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=BD=93=E6=9C=BA=E6=9F=9C=E8=AE=BE?=
 =?UTF-8?q?=E5=A4=87=E5=9C=A8=E7=BA=BF=E7=BB=9F=E8=AE=A1=E5=8E=BB=E6=8E=89?=
 =?UTF-8?q?=E8=AE=BE=E5=A4=87=E6=93=8D=E4=BD=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../pages/Home/components/Dialogs/IntegratedCabinet/index.vue | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/index.vue
index fc095b58..4be96889 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/IntegratedCabinet/index.vue
@@ -26,9 +26,7 @@
         <Button v-hasPermi="['business:home:airConditioning']" v-else-if="activeName === 'second2' && airStatus == '1'" @click.native="airConditioningVisible = true">
           设备操作
         </Button>
-        <Button v-else-if="activeName != 'first'" style="background-color: #bbb">
-          设备离线
-        </Button>
+    
       </template>
   
       <DeviceControlDialog v-model="deviceControlVisible" :dialogData="dialogData" />