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{