From 39cf4b27f5c1db19715f5c9045474749ad26df00 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Thu, 29 Jan 2026 17:45:42 +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 --- src/assets/images/icon-down.png | Bin 0 -> 280 bytes src/assets/images/icon-up.png | Bin 0 -> 313 bytes .../components/headLayout.vue | 15 ++++- .../ReportStatisticalAnalysis/index.vue | 2 +- .../ReportStatisticalAnalysis/yjCount.vue | 60 ++++++++++++------ 5 files changed, 54 insertions(+), 23 deletions(-) create mode 100644 src/assets/images/icon-down.png create mode 100644 src/assets/images/icon-up.png diff --git a/src/assets/images/icon-down.png b/src/assets/images/icon-down.png new file mode 100644 index 0000000000000000000000000000000000000000..0e7be731fd45b61a0ab5957df232d9818f0cb6a7 GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gI14-?iy0WWg+Z8+Vb&Z8pde#$ zkh>GZx^prwfgF}}M_)$E)e-c@N{I#Agjv*C{wE+it4;k>-d~Qs4f5FjnA@6{= zikuIFw1V2p?oX-BWi3XGl8X6DlIF0eYA&%nc};ca=49qOc?Y(;EplPwzVME(hreOI zC3EGmT=kuk0*Ydrw`E0LOx{!Dskx5tj!35B+v<~69pT4kc8S$4cpvQMVfBdh$F6Vc z-={ylY1g2A-Rzx%*DC(Jtk){WrH%F<81}r%u+`is+{ia;*|P{47mq_7XFt_{`@y*O WzN1c6Lxm*J;S8RxelF{r5}E*<|730e literal 0 HcmV?d00001 diff --git a/src/assets/images/icon-up.png b/src/assets/images/icon-up.png new file mode 100644 index 0000000000000000000000000000000000000000..45272a9c451eba8b04f4d9e7d6f0bce2ed268faf GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gI14-?iy0WWg+Z8+Vb&Z8pde#$ zkh>GZx^prwfgF}}M_)$E)e-c@N{Bxczjv*C{rRNR#nj8dJFGwyD65`HZaF2oe zpirIzr&$F{|07-<)r}9?5|%G~$RTs^5KH5R$6hQqReemYe}5`xcUX13Z2k0Q(i5NR z{3>>JGhWiMJ#6Y~relmwuT%rAu5w8~{?Pf@a5MqWzDGqiC33?{36DyAo!}@LtSx6?y9-jf{s^~t?W;@+a9ZA_#yg; zK+c3!jro_Y|4r-I@3EVGCXagSLrbm=ss=}AsZE#exx&6bHSEH7`(^WhK4b87^>bP0 Hl+XkK@G*A% literal 0 HcmV?d00001 diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/headLayout.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/headLayout.vue index 5908967..ff86908 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/headLayout.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/components/headLayout.vue @@ -39,7 +39,7 @@ const formSearch = ref({}) const changeRadio = (val) =>{ switch(val){ case 0: //日 - formSearch.value.dateRange = [timeValidate(),timeValidate()] + formSearch.value.dateRange = [timeValidate(null,'ymd'),timeValidate(null,'ymd')] break; case 1: //月 formSearch.value.dateRange = timeSlotChange('本月') @@ -69,7 +69,7 @@ const handleSubmit = () => { // 重置 const resetForm = () => { radioTime.value = ''; - formSearch.value = { ssbmdm: '', dateRange: null } + formSearch.value = {} emit('change', formSearch.value) } @@ -97,4 +97,13 @@ const resetForm = () => { } } } - \ No newline at end of file + + + + diff --git a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue index 0880ee9..208be33 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/InformationFlows/ReportStatisticalAnalysis/index.vue @@ -21,7 +21,7 @@ import XxhjCount from './xxhjCount.vue' import QygktjCount from './qygktjCount.vue' import { ref } from "vue"; const butList=ref(["情报统计分析","预警统计",'全域管控统计','信息汇聚统计']) -const qh = ref('情报统计分析') +const qh = ref('预警统计')