From d292b1424b9ad834aa7eee0506c471bc93c1a65a Mon Sep 17 00:00:00 2001
From: qq787203167 <787203167@qq.com>
Date: Thu, 14 Jul 2022 15:23:21 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=B3=95=E8=A7=84=E6=8A=80?=
=?UTF-8?q?=E6=9C=AF=E8=AF=84=E4=BC=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jero-web/src/common/lang/en-us.js | 2 +
jero-web/src/common/lang/zh-cn.js | 2 +
.../RegulationMonthlyManagement.vue | 47 ++++-
.../components/evaluationResultsClause.vue | 185 +++++++++++++-----
.../components/evaluationResultsWhole.vue | 107 +++++-----
.../technologyAssessment/index.vue | 29 ++-
6 files changed, 267 insertions(+), 105 deletions(-)
diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 5a4951f95..05b8babf8 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1136,4 +1136,6 @@ module.exports = {
sponsorFeedback:'Sponsor feedback',
processNumber:'Process number',
processName:'Process Name',
+ feedbackResults:'Feedback results',
+ theDoesNotSupportPreview:'The current file format does not support Preview',
}
\ 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 37bc3ed86..c2d881205 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1140,4 +1140,6 @@ module.exports = {
sponsorFeedback:'发起人反馈',
processNumber:'流程编号',
processName:'流程名称',
+ feedbackResults:'反馈结果',
+ theDoesNotSupportPreview:'当前文件格式不支持预览',
}
\ No newline at end of file
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue
index e92a7a565..171c1e423 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/RegulationMonthlyManagement.vue
@@ -26,10 +26,10 @@