文章详情 名字后面(邮箱)

This commit is contained in:
2025-12-04 17:54:37 +08:00
parent 6cd8b17bf3
commit c36145b848

View File

@@ -964,6 +964,7 @@
<p style="line-height: 20px">
Manuscript submission :
<b>{{ form.username }}</b>
<span style="margin: 0 5px;color: #409EFF ;">({{ form.user_email }})</span>
submitted to
<b>{{ journal_me }}</b>
</p>
@@ -2338,6 +2339,7 @@ export default {
this.initMajor();
this.form.username = res.article.account;
this.form.user_email = res.article.user_email;
this.form.is_figure_copyright = res.article.is_figure_copyright;
this.form.title = res.article.title;
this.form.journal = res.article.journal_id;