预接收

This commit is contained in:
@fawn-nine
2023-06-09 16:53:09 +08:00
parent d82ab0425a
commit 184c4af1ca
7 changed files with 452 additions and 18 deletions

View File

@@ -92,6 +92,12 @@
<span @click="esy_deta(item.article_id)">
<i class="el-icon-paperclip"></i>My Manuscript
</span>
<span v-if="item.state == 3">
<font> | </font>
<span @click="goPre_ingested(item.article_id)">
<i class="el-icon-paperclip"></i>Complete the profile
</span>
</span>
</div>
</div>
@@ -435,7 +441,15 @@
// }
},
// 显示预收录页面
goPre_ingested(id){
this.$router.push({
path: 'PreIngested',
query: {
id: id
}
});
},
// 点击稿件进程
esy_mtps(e) {
this.$router.push({