From 8cc068f823bb9fd4cd069bff7f19cca1bb3e3084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Thu, 15 Jun 2023 18:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=95=E8=A7=84=E9=A2=84?= =?UTF-8?q?=E8=AD=A6=E6=90=9C=E7=B4=A2=E6=97=B6=E9=97=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/search/index.vue | 7 +- .../views/regulatoryEarlyWarning/index.vue | 638 ++++++++++-------- 2 files changed, 346 insertions(+), 299 deletions(-) diff --git a/jero-web/src/components/search/index.vue b/jero-web/src/components/search/index.vue index 465f35037..9b0e2148b 100644 --- a/jero-web/src/components/search/index.vue +++ b/jero-web/src/components/search/index.vue @@ -230,7 +230,12 @@ // this.queryParam['WarnTimeText'] = '2' // } let startTime = moment(new Date()).format('YYYY-MM-DD') - let endTime = this.getNowdate() + let endTime = '' + if (!this.queryParam['WarnTimeText']){ + endTime = '2099-01-01' + }else{ + endTime = this.getNowdate() + } if(this.queryParam['WarnTimeText'] == '5'){ this.queryParam['WarnTime'] = [endTime, startTime] }else{ diff --git a/jero-web/src/views/regulatoryEarlyWarning/index.vue b/jero-web/src/views/regulatoryEarlyWarning/index.vue index 6554970ac..2f5a04935 100644 --- a/jero-web/src/views/regulatoryEarlyWarning/index.vue +++ b/jero-web/src/views/regulatoryEarlyWarning/index.vue @@ -5,19 +5,19 @@ :searchQueryList="searchQueryList" :flag="'1'" :isDefault="true" - :url="url"/> + :url="url" />
- - {{$t('share')}} + + {{ $t('share') }}
- - {{$t('export')}} + + {{ $t('export') }}
@@ -40,39 +40,39 @@ :columns="columns" > - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} - {{text}} + {{ text }} @@ -98,253 +98,292 @@ \ No newline at end of file