diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 1d67d0331..2ea80f33f 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -993,6 +993,11 @@ module.exports = {
evaluationResults:'Evaluation results',
Assessor:'Assessor',
collectionOfRegulatoryOpinions:'Collection Of Regulatory Opinions',
+ feedbackInformation:'Feedback Information',
+ relevantSections:'Relevant sections',
+ questionsSuggestions:'Questions or Suggestions',
+ reason:'Reason',
+ feedbackPoint:'Feedback point',
link:'Link',
// 上报库
Enable: 'Enable',
diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index bd7f2fa0a..4f7dd9e91 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -998,7 +998,12 @@ module.exports = {
evaluationResults: '评估结果',
Assessor:'评估人',
collectionOfRegulatoryOpinions:'法规意见收集',
+ feedbackInformation:'反馈信息',
+ relevantSections:'相关章节',
+ questionsSuggestions:'问题/建议',
link: '链接',
+ reason:'附件',
+ feedbackPoint:'反馈点',
// 上报库
Enable: '启用',
Latestupdatetime: '最新更新时间',
diff --git a/jero-web/src/views/processCenter/components/feedbackInformation.vue b/jero-web/src/views/processCenter/components/feedbackInformation.vue
new file mode 100644
index 000000000..959ff4f07
--- /dev/null
+++ b/jero-web/src/views/processCenter/components/feedbackInformation.vue
@@ -0,0 +1,233 @@
+
+