From ebe018bb1aa3f1023a3e9a2bc1c6e5ce70685692 Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Thu, 12 Jan 2023 17:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=AB=98=E7=BA=A7=E6=90=9C?= =?UTF-8?q?=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/globalAdvancedQuery/index.vue | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) 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')}}