From 0e76ab66f3c33f338905ea5c3e38ed0f90409bc9 Mon Sep 17 00:00:00 2001 From: stt Date: Thu, 6 Nov 2025 16:21:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cockpit/indicatorDistribution/index.vue | 29 +++++++++++++++++-- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/src/components/cockpit/indicatorDistribution/index.vue b/src/components/cockpit/indicatorDistribution/index.vue index b381ffb..4c301dd 100644 --- a/src/components/cockpit/indicatorDistribution/index.vue +++ b/src/components/cockpit/indicatorDistribution/index.vue @@ -1,16 +1,30 @@ @@ -32,6 +46,14 @@ const prop = defineProps({ timeValue: { type: Object } }) +const options = [ + { + value: '1', + label: '35V进线', + }, + +] + const headerHeight = ref(57) const route = useRoute() @@ -411,6 +433,7 @@ const tableStore: any = new TableStore({ }) const tableRef = ref() +tableStore.table.params.searchValue = '1' provide('tableRef', tableRef) provide('tableStore', tableStore)