From 29b5cfa4db6df688cd05dd7a2036de36adcab961 Mon Sep 17 00:00:00 2001 From: guanj Date: Tue, 21 Oct 2025 16:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=9E=E6=97=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pqs/cockpit/realTimeData/index.vue | 84 ++++++++++---------- 1 file changed, 40 insertions(+), 44 deletions(-) diff --git a/src/views/pqs/cockpit/realTimeData/index.vue b/src/views/pqs/cockpit/realTimeData/index.vue index aabefb3..7f14d58 100644 --- a/src/views/pqs/cockpit/realTimeData/index.vue +++ b/src/views/pqs/cockpit/realTimeData/index.vue @@ -1,25 +1,33 @@ @@ -105,12 +113,11 @@ const tableStore: any = new TableStore({ question: '所有指标均合格' } ] - } }) const tableRef = ref() provide('tableRef', tableRef) - +const pageHeight = mainHeight(40) provide('tableStore', tableStore) const iframeSrc = ref('') @@ -204,40 +211,29 @@ const sendKeysToIframe = (keyList: string[]) => { }