终审提交
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
<el-breadcrumb-item>
|
||||
<i class="el-icon-collection"></i>
|
||||
<router-link :to="{ path: '/editPeerewer' }">
|
||||
<span class="top_dao"> Final Decision Article</span>
|
||||
<span class="top_dao"> Final Decision</span>
|
||||
</router-link>
|
||||
>> Final Decision Article Detail
|
||||
>> Final Decision Detail
|
||||
</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
</div>
|
||||
@@ -105,9 +105,7 @@ If you're still having trouble with Chrome, you could use other browsers to comp
|
||||
|
||||
<b v-if="item.reviewer_id == User_Id">{{ item.realname }}</b>
|
||||
<b v-if="item.reviewer_id != User_Id">XXXXXXXXXX</b>
|
||||
<el-button type="primary" plain v-if="item.question&&item.question.art_rev_id" size="mini" @click="ques_visible(item.question)"
|
||||
|
||||
style="padding: 4px 10px;margin-left: 20px;">Referee's Assessment</el-button>
|
||||
|
||||
|
||||
|
||||
</p>
|
||||
@@ -125,12 +123,14 @@ If you're still having trouble with Chrome, you could use other browsers to comp
|
||||
|
||||
:key="index"
|
||||
:timestamp="activity.ctimeFormatted">
|
||||
<b style="margin-right: 20px;display: inline-block;width: 100px;color:#006699">{{ activity.title }}</b>
|
||||
<b style="margin-right: 20px;display: inline-block;width: 140px;color:#006699">{{ activity.title }}</b>
|
||||
<span class="comment_item_recommend" v-if="activity.source=='question'"><b v-if="activity.recommend == 1">Minor revision</b>
|
||||
|
||||
<b v-if="activity.recommend == 2">Major revision</b>
|
||||
<b v-if="activity.recommend == 3">Reject in current form, but may be resubmitted</b>
|
||||
<b v-if="activity.recommend == 4">Reject</b></span>
|
||||
<b v-if="activity.recommend == 4">Reject</b><el-button type="primary" plain v-if="item.question&&item.question.art_rev_id" size="mini" @click="ques_visible(item.question)"
|
||||
|
||||
style="padding: 4px 10px;margin-left: 20px;">Detail</el-button> </span>
|
||||
<span class="comment_item_recommend" v-if="activity.source=='repeat'">
|
||||
|
||||
|
||||
@@ -179,7 +179,7 @@ If you're still having trouble with Chrome, you could use other browsers to comp
|
||||
<template slot="title">
|
||||
<div class="review_title">
|
||||
|
||||
<b>Author's reply</b>
|
||||
<b>Response to reviewers</b>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -227,7 +227,7 @@ If you're still having trouble with Chrome, you could use other browsers to comp
|
||||
|
||||
<!-- 审稿人表单修改 -->
|
||||
<!-- Accept(录用)、Revision(退修)、Reject(退稿) -->
|
||||
<common-editor-article @refresh="getData" type="questionform" :form="questionform" :txt_mess="txt_mess" :btn_submit="btn_submit" :articleId="articleId" :journal_id="journal_id"></common-editor-article>
|
||||
<common-editor-article type="questionform" :form="questionform" :txt_mess="txt_mess" :btn_submit="btn_submit" :articleId="articleId" :journal_id="journal_id"></common-editor-article>
|
||||
</el-card>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -416,7 +416,7 @@ export default {
|
||||
if (item.recommend !== undefined && item.ctime !== undefined) {
|
||||
result.push({
|
||||
source: `repeat`,
|
||||
title:'Second round of review',
|
||||
title:'Re-review',
|
||||
recommend: item.recommend,
|
||||
ctime: item.ctime,
|
||||
ctimeFormatted: item.ctime
|
||||
|
||||
Reference in New Issue
Block a user