1、审稿人14天超时 重新审稿邀请
2、nbsp 转换 3、H3标记为myh3 4、文章详情审稿和编委邮箱机构显示 5、稿号开头为Draft 状态为Reject->Awaiting Submission 6、作者端稿件重复(标题) 7、produce 增加 通讯作者详细地址 8、produce 增加 是否显示图文摘要1
This commit is contained in:
@@ -87,9 +87,13 @@
|
||||
</p> -->
|
||||
|
||||
<div class="man_state" :style="item.state,'3' | stateChange" >
|
||||
<b :style="item.state,'4' | stateChange">
|
||||
<b :style="item.state,'4' | stateChange" v-if="item.is_draft==1&&item.state==3">
|
||||
{{$t('artstate.stateDraft')}}
|
||||
</b>
|
||||
<b :style="item.state,'4' | stateChange" v-else>
|
||||
{{item.state,'tst' | stateChange}}
|
||||
</b>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="man_btn" style="overflow: hidden;">
|
||||
@@ -1058,7 +1062,7 @@ this.$router.push({
|
||||
border: 1px solid #fff;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 6px 18px;
|
||||
padding: 6px 12px;
|
||||
letter-spacing: -0.5px;
|
||||
border-top-right-radius: 3px;
|
||||
/* border-top-left-radius: 3px; */
|
||||
|
||||
Reference in New Issue
Block a user