tijiao
This commit is contained in:
@@ -64,10 +64,9 @@
|
||||
<p style="font-size: 14px; color: #666; margin-bottom: 5px">
|
||||
Recommendation :
|
||||
<b v-if="item.question.recommend == 1">Minor revision</b>
|
||||
<b v-if="item.question.recommend == 2">Major revision</b>
|
||||
<b v-if="item.question.recommend == 2">Major revision</b>
|
||||
<b v-if="item.question.recommend == 3">Reject in current form, but may be resubmitted</b>
|
||||
<b v-if="item.question.recommend == 4">Reject</b>
|
||||
|
||||
</p>
|
||||
<p style="font-size: 14px; color: #666; margin: 0 0 20px 0">
|
||||
Reviewed Time : <b>{{ item.ctime }}</b>
|
||||
@@ -78,7 +77,18 @@
|
||||
|
||||
<!-- 证书弹出框 -->
|
||||
<el-dialog :visible.sync="questionVisible" width="1000px">
|
||||
<el-form
|
||||
<!-- 审稿人表单修改 -->
|
||||
<!-- 不显示给编辑的话 -->
|
||||
<common-review-article
|
||||
:form="questionform"
|
||||
type="questionform"
|
||||
:txt_mess="txt_mess"
|
||||
:confident="false"
|
||||
:btn_submit="1"
|
||||
:articleId="articleId"
|
||||
:journal_id="journal_id"
|
||||
></common-review-article>
|
||||
<!-- <el-form
|
||||
:model="questionform"
|
||||
:rules="rules"
|
||||
ref="question"
|
||||
@@ -265,14 +275,11 @@
|
||||
<br />
|
||||
<el-radio :label="2">Major revision</el-radio>
|
||||
<br />
|
||||
<!-- <div v-if="journal_id == 1 || journal_id == 23 || journal_id == 10"> -->
|
||||
|
||||
<el-radio :label="3">Reject in current form, but may be resubmitted</el-radio>
|
||||
<br />
|
||||
<el-radio :label="4">Reject</el-radio>
|
||||
<!-- </div>
|
||||
<div v-else> -->
|
||||
<!-- <el-radio :label="4">Reject</el-radio> -->
|
||||
<!-- </div> -->
|
||||
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
<el-form-item label="OTHER SPECIFIC CRITICISMS">
|
||||
@@ -295,7 +302,7 @@
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-collapse>
|
||||
</el-form>
|
||||
</el-form> -->
|
||||
</el-dialog>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user