diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index cdb0e83cb..a9bc1cebd 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -687,4 +687,8 @@ module.exports = { verificationComplianceConfirmationDeadline:'Verification compliance confirmation deadline', pleaseEnterTheCorrectWebAddress:'Please enter the correct web address', updateTime:'update Time', + comment:'comment', + historicalVersion:'Historical version', + versionName:'Version name', + finalizationTime:'Finalization time', } \ 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 37f374c6d..9646e479b 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -691,4 +691,8 @@ module.exports = { verificationComplianceConfirmationDeadline:'验证符合性确认截止时间', pleaseEnterTheCorrectWebAddress:'请输入正确的网址', updateTime:'更新时间', + comment:'评论', + historicalVersion:'历史版本', + versionName:'版本名称', + finalizationTime:'定版时间', } \ 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 b1c26d5d1..240cc8cf9 100644 --- a/jero-web/src/views/projectManagement/ProjectDetails/index.vue +++ b/jero-web/src/views/projectManagement/ProjectDetails/index.vue @@ -9,6 +9,20 @@ {{this.title}} +