From 33680a5c32187ab602e89b727bb791043f514352 Mon Sep 17 00:00:00 2001
From: qq787203167 <787203167@qq.com>
Date: Fri, 5 Aug 2022 13:39:08 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=96=87=E6=A1=A3=E5=AF=B9?=
=?UTF-8?q?=E6=AF=94?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jero-web/src/common/lang/en-us.js | 1 +
jero-web/src/common/lang/zh-cn.js | 1 +
.../components/comparisonResults.vue | 112 ++------
.../components/documentDataComparison.vue | 251 +++++++++++-------
.../components/initiateComparison.vue | 9 +-
.../documentComparison/index.vue | 94 +++++--
6 files changed, 260 insertions(+), 208 deletions(-)
diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 50c3f02c7..d08e9e438 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1238,5 +1238,6 @@ module.exports = {
share: 'share',
simplifiedChinese:'Simplified Chinese',
uploadOnly:'Upload only',
+ turnOnAutoMatch:'Turn on auto match',
Adjustareasofresponsibility:'Adjust areas of responsibility',
}
\ No newline at end of file
diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index 23830184a..bd9a45ef5 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1341,5 +1341,6 @@ module.exports = {
share:'分享',
simplifiedChinese:'简体中文',
uploadOnly:'只能上传',
+ turnOnAutoMatch:'打开自动匹配',
Adjustareasofresponsibility:'调整责任领域',
}
\ No newline at end of file
diff --git a/jero-web/src/views/documentTools/documentComparison/components/comparisonResults.vue b/jero-web/src/views/documentTools/documentComparison/components/comparisonResults.vue
index 81de1c7e2..52e4c4497 100644
--- a/jero-web/src/views/documentTools/documentComparison/components/comparisonResults.vue
+++ b/jero-web/src/views/documentTools/documentComparison/components/comparisonResults.vue
@@ -27,24 +27,27 @@