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' } } ],