From 43d86830f4696c3ba2250a961d26377e1ff6cc32 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 17 十二月 2025 10:39:43 +0800
Subject: [PATCH] 1、 查询是否除膜优化

---
 UI-Project/src/views/largescreendisplay/screendisplay.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/UI-Project/src/views/largescreendisplay/screendisplay.vue b/UI-Project/src/views/largescreendisplay/screendisplay.vue
index 6e81726..2e5d818 100644
--- a/UI-Project/src/views/largescreendisplay/screendisplay.vue
+++ b/UI-Project/src/views/largescreendisplay/screendisplay.vue
@@ -1,7 +1,6 @@
 <script setup>
 import { onBeforeUnmount, onMounted, onUnmounted, ref, computed, nextTick, watch } from "vue";
 import { useRouter } from "vue-router"
-import { host, WebSocketHost } from '@/utils/constants'
 import request from "@/utils/request"
 import { closeWebSocket, initializeWebSocket } from '@/utils/WebSocketService';
 import dayjs from 'dayjs';
@@ -1048,10 +1047,10 @@
       </div>
       <div style="width: 50%;">
         <div class="img-screen" alt="Screen">
-          <div>
+          <!-- <div>
             <el-button type="primary" style="top:40px;left:670px;position: absolute;" @click="exportToExcel()">{{
               $t('large.statistics') }}</el-button>
-          </div>
+          </div> -->
           <!-- 閽㈠寲鍗婇�忔槑鑹插潡 -->
           <div
             style="width: 80px;height: 40px;top: 315px;left: 130px;position: absolute;background-color: rgba(0, 0, 0, 0.5);color: white;font-size: 12px;z-index: 999;">

--
Gitblit v1.8.0