From a8b39af4753a557992dff2496a7ae5e2a156ab0e Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Sat, 31 Jan 2026 17:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ReportStatisticalAnalysis/index.vue | 4 +- .../ReportStatisticalAnalysis/qygktjCount.vue | 3 +- .../ReportStatisticalAnalysis/xxhjCount.vue | 121 +++++++++++++++--- 3 files changed, 108 insertions(+), 20 deletions(-) diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue index 208be33..c33e2d1 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue @@ -17,11 +17,11 @@ import PageTitle from "@/components/aboutTable/PageTitle.vue"; import QbtjCount from './qbtjCount.vue' import YjCount from './yjCount.vue' -import XxhjCount from './xxhjCount.vue' import QygktjCount from './qygktjCount.vue' +import XxhjCount from './xxhjCount.vue' import { ref } from "vue"; const butList=ref(["情报统计分析","预警统计",'全域管控统计','信息汇聚统计']) -const qh = ref('预警统计') +const qh = ref('信息汇聚统计')