Merge branch 'xie-accept'

This commit is contained in:
wangjinlei
2023-07-07 09:26:27 +08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
</el-alert>
<el-col class="mt20">
<p>Now your article has entered the pre-inclusion state, and the platform also needs you to improve the following content for the final publication of the article.</p>
<p>2Congratulations! Your manuscript has entered into <b>Pre-accept</b> status. Now please check and complete the necessary information of your manuscript for final publication.</p>
</el-col>
</el-row>
<!-- 内容 -->
@@ -21,7 +21,7 @@
</h5>
<div class="con">
<h4>References </h4>
<p class="mt20">The references for this article have been compiled <i class="tip">{{Ainfo.refer_state.num}}</i> entries recorded in total.</p>
<p class="mt20">A total of <i class="tip">{{Ainfo.refer_state.num}}</i> references in this manuscript is identified.</p>
<!-- <p class="mt10"><img src="../../assets/img/icon_9.png" alt="" class="icon_img"> <el-link @click="goAddReferences(thisArtcleId)" type="primary" >&nbsp; &nbsp;Click here to edit</el-link> </p> -->
<p class="mt10"><el-button @click="goAddReferences(thisArtcleId)" icon="el-icon-edit" type="text">Edit</el-button></p>
</div>

View File

@@ -96,7 +96,7 @@
<font> | </font>
<span @click="goPre_ingested(item.article_id)" class="preButton">
<!-- <el-badge is-dot class="item" > -->
<i class="el-icon-edit"></i>Complete the profile
<i class="el-icon-edit"></i>Enter Pre-accept Process
<!-- </el-badge> -->
</span>
</span>

View File

@@ -889,7 +889,7 @@ export default new Router({
path: '/PreIngested', //预收录-完善资料页面
component: () => import('../components/page/Complete_profile'),
meta: {
title: 'Pre-ingested'
title: 'Pre-accept'
}
},
{