tijiao
This commit is contained in:
@@ -98,6 +98,45 @@
|
||||
</el-collapse>
|
||||
<p v-if="comentDeploy==''" style="color: #888888;margin: 0 0 0 10px;">No Comment</p>
|
||||
</div>
|
||||
<div class="art_author_">
|
||||
<h2>
|
||||
Comments from Final reviewers
|
||||
</h2>
|
||||
<el-collapse v-model="activeFinalComment" v-if="comentFinal!=''">
|
||||
<el-collapse-item v-for="(item,index) in comentFinal" :name="index" :key="index"
|
||||
class="art_author_list">
|
||||
<template slot="title">
|
||||
<b class="com_shu">{{index+1}}</b>
|
||||
Final Reviewer Comment
|
||||
<font style="margin: 0 0 0 50px;color: #888;">
|
||||
<i class="el-icon-time" style="margin:0 2px 0 0;"></i>
|
||||
{{item.review_time?item.review_time.split(' ')[0]:''}}
|
||||
|
||||
</font>
|
||||
</template>
|
||||
<!-- 时间轴 -->
|
||||
<el-timeline >
|
||||
<el-card>
|
||||
|
||||
|
||||
|
||||
<!-- 内容 -->
|
||||
<div class="art_author_coment" style="margin-top: 0px;">
|
||||
|
||||
<p v-if="item.suggest_for_author!=''">
|
||||
<font style="margin-top: 0px;">Comments for the Authors</font>
|
||||
<pre style="text-align: justify;">{{item.suggest_for_author}}</pre>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</el-card>
|
||||
</el-timeline>
|
||||
<!-- end -->
|
||||
</el-collapse-item>
|
||||
</el-collapse>
|
||||
<p v-if="comentFinal==''" style="color: #888888;margin: 0 0 0 10px;">No Comment</p>
|
||||
</div>
|
||||
|
||||
<div class="art_author_">
|
||||
<h2 :style="{'margin-bottom':(ComEditor==''?'0':'20px')}">
|
||||
@@ -444,6 +483,7 @@
|
||||
loading: false,
|
||||
Detailvisible: false,
|
||||
activeComment: [],
|
||||
activeFinalComment: [],
|
||||
activeNames: ['2'],
|
||||
authorList_name: '',
|
||||
artMes: {
|
||||
@@ -463,6 +503,7 @@
|
||||
ad_content: ''
|
||||
},
|
||||
comentDeploy: [],
|
||||
comentFinal: [],
|
||||
talkMsgs: [],
|
||||
ComEditor: [],
|
||||
ComRespe: [],
|
||||
@@ -545,6 +586,10 @@
|
||||
if(item.question && item.question.length > 0)
|
||||
item.question = item.question.reverse()
|
||||
})
|
||||
|
||||
// 审稿人意见
|
||||
this.comentFinal = res.suggest_final
|
||||
|
||||
// console.log(this.comentDeploy,'this.comentDeploy')
|
||||
})
|
||||
.catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user