diff --git a/src/components/page/Dashboard_.vue b/src/components/page/Dashboard_.vue
index 18e245a..7e46c43 100644
--- a/src/components/page/Dashboard_.vue
+++ b/src/components/page/Dashboard_.vue
@@ -262,7 +262,7 @@
Click here to
Submitted time : {{articleInfo.ctime|formatDate()}}
+ +Comments:
Comments:
+ Response time: {{item.stime|formatDatehms}} +
+
+ If you agree to disclose your name, we will acknowledge you by name in the published
+ PDF. However, if you prefer to remain anonymous, we will still express our gratitude
+ by thanking you as an anonymous reviewer.
+
For example, {{articleInfo.journal_title}} would like to thank AAAAAAAA, BBBBBBBB, and other anonymous reviewers for their
+ invaluable contributions to the peer review process of this paper.
+
- Reviewer{{index+1}} score : {{iken.rated}} +
+ Reviewer{{index+1}} score : {{iken.rated}}
Average : {{avegeCount(item.reviewScore)}}
@@ -967,6 +967,25 @@
console.log(err);
});
},
+ // 创建复审
+ crateRevision(item){
+ this.$api
+ .post('api/Reviewer/startRepeatReviewer', {
+ 'art_rev_id': item.art_rev_id
+ })
+ .then(res => {
+ //console.log(res)
+ if(res.code == 0){
+ this.$message.success('A review invitation was successfully sent!')
+ this.getdate()
+ }else{
+ this.$message.error(res.msg)
+ }
+ })
+ .catch(err => {
+ console.log(err);
+ });
+ },
// 更新评分
refreshScore(row){
this.$api
diff --git a/src/components/page/articleProcessRevision.vue b/src/components/page/articleProcessRevision.vue
index 3025b13..0ef295c 100644
--- a/src/components/page/articleProcessRevision.vue
+++ b/src/components/page/articleProcessRevision.vue
@@ -29,7 +29,7 @@
Comments from reviewers
+ {{item1.recommend | getOpinion}}
+ {{item1.recommend | getOpinion}}
+ {{item1.recommend | getOpinion}}
+
+ Comments for the Authors
+
+ Response time: {{item1.stime|formatDatehms}}
+
+
+
+ {{item1.content}}
+
+
No Comment
@@ -468,8 +497,8 @@ upload_response: function() { return this.baseUrl + 'api/Article/up_response_file'; }, - }, - methods: { + }, + methods: { //初始化文章信息 initarticle() { this.$api @@ -508,6 +537,11 @@ // 审稿人意见 this.comentDeploy = res.suggest + this.comentDeploy.map(item => { + if(item.question && item.question.length > 0) + item.question = item.question.reverse() + }) + // console.log(this.comentDeploy,'this.comentDeploy') }) .catch((err) => { console.log(err); @@ -861,14 +895,32 @@ }, }, - filters: { - - } + filters:{ + // 复审意见结果 + getOpinion(value){ + switch (value) { + case 1: + return 'Accept' + break; + case 2: + return 'Reject' + break; + case 3: + return 'Revison' + break; + } + }, + }, }; diff --git a/src/components/page/articleReviewerDetail.vue b/src/components/page/articleReviewerDetail.vue index 94fcca8..99938c3 100644 --- a/src/components/page/articleReviewerDetail.vue +++ b/src/components/page/articleReviewerDetail.vue @@ -9,10 +9,11 @@Comments:
Comments:
+ Response time: {{item.stime|formatDatehms}} +
+
+ If you agree to disclose your name, we will acknowledge you by name in the published
+ PDF. However, if you prefer to remain anonymous, we will still express our gratitude
+ by thanking you as an anonymous reviewer.
+
For example, {{txt_mess.title}} would like to thank AAAAAAAA, BBBBBBBB, and other anonymous reviewers for their
+ invaluable contributions to the peer review process of this paper.
+