diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 5a30ac0b3..98c6173da 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -735,4 +735,6 @@ module.exports = { Returning:'Returning', terminationProcessing:'Termination process', publishComment:'publish comment', + record:'record', + replyToComments:'Reply to comments', } \ 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 131e8d78a..aa408f099 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -740,4 +740,6 @@ module.exports = { Returning:'退回中', terminationProcessing:'终止流程中', publishComment:'发表评论', + record:'记录', + replyToComments:'回复评论', } \ No newline at end of file diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue index ae7e9838a..6af68867a 100644 --- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue +++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue @@ -88,7 +88,8 @@ {{$t('DocumentStandard')}}
@@ -25,7 +25,7 @@