diff --git a/jero-web/src/components/globalAdvancedQuery/index.vue b/jero-web/src/components/globalAdvancedQuery/index.vue index 82a1b8faf..ac400b983 100644 --- a/jero-web/src/components/globalAdvancedQuery/index.vue +++ b/jero-web/src/components/globalAdvancedQuery/index.vue @@ -95,16 +95,26 @@ + {{$t('beEqualTo')}} - {{$t('contain')}} - {{$t('withStart')}} - {{$t('withEnd')}} - {{$t('in')}} + + {{$t('contain')}} + + {{$t('withStart')}} + + {{$t('withEnd')}} + + {{$t('in')}} + {{$t('notEqual')}} - {{$t('granter')}} - {{$t('greaterOrEqual')}} - {{$t('less')}} - {{$t('lessOrEqual')}} + + {{$t('granter')}} + + {{$t('greaterOrEqual')}} + + {{$t('less')}} + + {{$t('lessOrEqual')}}