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)