From 7957ac5a40023dd0bd3a5eb0e82557c9347eb706 Mon Sep 17 00:00:00 2001 From: junjie Date: Mon, 19 Jul 2021 15:47:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../filter/DimensionFilterEditor.vue | 40 +++++++++---------- .../components/filter/QuotaFilterEditor.vue | 20 +++++----- frontend/src/views/chart/view/ChartEdit.vue | 12 +++--- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/frontend/src/views/chart/components/filter/DimensionFilterEditor.vue b/frontend/src/views/chart/components/filter/DimensionFilterEditor.vue index a5dd51d769..1146c9cbdc 100644 --- a/frontend/src/views/chart/components/filter/DimensionFilterEditor.vue +++ b/frontend/src/views/chart/components/filter/DimensionFilterEditor.vue @@ -64,26 +64,26 @@ export default { label: this.$t('chart.filter_not_like') }] }, - { - label: '', - options: [{ - value: 'lt', - label: this.$t('chart.filter_lt') - }, { - value: 'gt', - label: this.$t('chart.filter_gt') - }] - }, - { - label: '', - options: [{ - value: 'le', - label: this.$t('chart.filter_le') - }, { - value: 'ge', - label: this.$t('chart.filter_ge') - }] - }, + // { + // label: '', + // options: [{ + // value: 'lt', + // label: this.$t('chart.filter_lt') + // }, { + // value: 'gt', + // label: this.$t('chart.filter_gt') + // }] + // }, + // { + // label: '', + // options: [{ + // value: 'le', + // label: this.$t('chart.filter_le') + // }, { + // value: 'ge', + // label: this.$t('chart.filter_ge') + // }] + // }, { label: '', options: [{ diff --git a/frontend/src/views/chart/components/filter/QuotaFilterEditor.vue b/frontend/src/views/chart/components/filter/QuotaFilterEditor.vue index 45df54cb13..018dabae43 100644 --- a/frontend/src/views/chart/components/filter/QuotaFilterEditor.vue +++ b/frontend/src/views/chart/components/filter/QuotaFilterEditor.vue @@ -54,16 +54,16 @@ export default { label: this.$t('chart.filter_not_eq') }] }, - { - label: '', - options: [{ - value: 'like', - label: this.$t('chart.filter_like') - }, { - value: 'not like', - label: this.$t('chart.filter_not_like') - }] - }, + // { + // label: '', + // options: [{ + // value: 'like', + // label: this.$t('chart.filter_like') + // }, { + // value: 'not like', + // label: this.$t('chart.filter_not_like') + // }] + // }, { label: '', options: [{ diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 9902748916..25f7003387 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -213,7 +213,7 @@
- + {{ $t('chart.dimension') }} @@ -230,7 +230,7 @@ - + {{ $t('chart.quota') }} @@ -246,7 +246,7 @@ -
+
{{ $t('chart.result_filter') }} {{ $t('chart.filter_condition') }} @@ -1233,7 +1233,7 @@ export default { } .attr-style{ - height: calc(100vh - 56px - 25vh - 40px - 60px); + height: calc(100vh - 56px - 25vh - 40px - 40px); } .attr-selector{