diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 80111ff98..dc15b7c5c 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -738,4 +738,5 @@ module.exports = { publishComment:'publish comment', record:'record', replyToComments:'Reply to comments', + noComment:'No 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 4f37652b3..6f72610d1 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -743,4 +743,5 @@ module.exports = { publishComment:'发表评论', record:'记录', replyToComments:'回复评论', + noComment:'暂无评论', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/commentList.vue b/jero-web/src/views/projectManagement/components/commentList.vue index 2bf564c4f..e1da6a4bb 100644 --- a/jero-web/src/views/projectManagement/components/commentList.vue +++ b/jero-web/src/views/projectManagement/components/commentList.vue @@ -11,7 +11,7 @@
-