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 @@