From b355ac7bf6ac50b9de25903eac71d06522ebc6fa Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 17 Aug 2022 15:18:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 2 +- .../components/globalAdvancedQuery/index.vue | 45 ++++++++++++++++--- .../src/views/regulationsKanban/index.vue | 6 +-- 3 files changed, 43 insertions(+), 10 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 4839ad2e8..a94cf3b59 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1168,7 +1168,7 @@ module.exports = { exportComparisonReport: 'Export Comparison Report', comparisonDifferenceComment: 'Comparison Difference Comment', fullTextComments: 'Full text comments', - fileDeclaration: 'file Declaration', + fileDeclaration: 'File Declaration', FileForDetails: 'File For Details', Converting: 'Converting', convertNetwork: 'Convert Network', diff --git a/jero-web/src/components/globalAdvancedQuery/index.vue b/jero-web/src/components/globalAdvancedQuery/index.vue index 5d0ad277d..8c59e085a 100644 --- a/jero-web/src/components/globalAdvancedQuery/index.vue +++ b/jero-web/src/components/globalAdvancedQuery/index.vue @@ -56,12 +56,19 @@ - - - AND{{$t('AllMatching')}} - OR{{$t('AnyOneMatches')}} - - +
+
+ {{$t('FilterMatching')}} +
+ + + + AND{{$t('AllMatching')}} + OR{{$t('AnyOneMatches')}} + + +
+
@@ -627,7 +634,33 @@