From 5ed44e0e1193553aab4b29f4a2f1c6fb615ccb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Mon, 13 Feb 2023 16:19:42 +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=E5=8E=BB=E9=99=A4=E9=BB=98=E8=AE=A4=E5=85=AD=E4=B8=AA?= =?UTF-8?q?=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/ReferenceParameter/index.vue | 2 +- jero-web/src/components/search/index.vue | 8 ++++---- .../regulationReport/components/RegulationMonthlyFill.vue | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jero-web/src/components/ReferenceParameter/index.vue b/jero-web/src/components/ReferenceParameter/index.vue index e2ab3ca03..fd0799e07 100644 --- a/jero-web/src/components/ReferenceParameter/index.vue +++ b/jero-web/src/components/ReferenceParameter/index.vue @@ -83,7 +83,7 @@
{{ $t('cancel') }} - {{ $t('submit') }} + {{ $t('confirm') }}
diff --git a/jero-web/src/components/search/index.vue b/jero-web/src/components/search/index.vue index 5262de6d1..e73f015c5 100644 --- a/jero-web/src/components/search/index.vue +++ b/jero-web/src/components/search/index.vue @@ -226,9 +226,9 @@ methods: { searchQuery() { if (this.isDefault) { - if (!this.queryParam['WarnTimeText']) { - this.queryParam['WarnTimeText'] = '2' - } + // if (!this.queryParam['WarnTimeText']) { + // this.queryParam['WarnTimeText'] = '2' + // } let startTime = moment(new Date()).format('YYYY-MM-DD') let endTime = this.getNowdate() this.queryParam['WarnTime'] = [startTime, endTime] @@ -240,7 +240,7 @@ this.queryParam = {} if (this.isDefault) { let startTime = moment(new Date()).format('YYYY-MM-DD') - this.queryParam['WarnTimeText'] = '2' + // this.queryParam['WarnTimeText'] = '2' let endTime = this.getNowdate() this.queryParam['WarnTime'] = [startTime, endTime] this.queryParam = { ...this.queryParam } diff --git a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue index a72dded60..b6bb2768d 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyFill.vue @@ -219,7 +219,7 @@ title: this.$t('operation'), align: 'left', fixed: 'right', - width: 190, + width: 230, scopedSlots: { customRender: 'operation' } } ],