diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 38d1c1657..5a30ac0b3 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -734,4 +734,5 @@ module.exports = { Submitting:'Submitting', Returning:'Returning', terminationProcessing:'Termination process', + publishComment:'publish comment', } \ 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 2a5a74c2a..131e8d78a 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -739,4 +739,5 @@ module.exports = { Submitting:'提交中...', Returning:'退回中', terminationProcessing:'终止流程中', + publishComment:'发表评论', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/ProjectDetails/index.vue b/jero-web/src/views/projectManagement/ProjectDetails/index.vue index 240cc8cf9..5e08d107f 100644 --- a/jero-web/src/views/projectManagement/ProjectDetails/index.vue +++ b/jero-web/src/views/projectManagement/ProjectDetails/index.vue @@ -10,7 +10,7 @@
+
+