0
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
<div class="art_state_text">
|
||||
<p style="margin-bottom: 10px;">
|
||||
Dear editor, this manuscript (<b>{{form.accept_sn}}</b>) was submitted by the author (uploader: <b>{{form.username}}</b>)
|
||||
at <b>19:00 New Zealand time {{formatDateNewCHz(form.ctime)}}</b> to the journal <b>{{journal_me}}</b>.
|
||||
at <b>
|
||||
<!-- 19:00 New Zealand time -->
|
||||
{{formatDateNewCHz(form.ctime)}}</b> to the journal <b>{{journal_me}}</b>.
|
||||
Please check the content of the manuscript and start the process.
|
||||
</p>
|
||||
<p>
|
||||
@@ -95,7 +97,7 @@
|
||||
</el-collapse-item>
|
||||
</el-collapse>
|
||||
<p>
|
||||
<font>Abstrart :</font><b>{{form.abstrart}}</b>
|
||||
<font>Abstract :</font><b>{{form.abstrart}}</b>
|
||||
</p>
|
||||
<p>
|
||||
<font>KeyWords :</font><b>{{form.keyWords}}</b>
|
||||
@@ -132,8 +134,8 @@
|
||||
</a>
|
||||
</p>
|
||||
<br clear="both" v-if="picturesAndTablesFileList">
|
||||
<h4>Title page : </h4>
|
||||
<p>
|
||||
<h4 v-if="totalpageFileList">Title page : </h4>
|
||||
<p v-if="totalpageFileList">
|
||||
<a v-for="item in totalpageFileList" :href="mediaUrl + item.file_url">
|
||||
<img src="../../assets/img/icon_0.png">
|
||||
<span>
|
||||
@@ -143,7 +145,7 @@
|
||||
<i class="el-icon-download download"></i>
|
||||
</a>
|
||||
</p>
|
||||
<br clear="both">
|
||||
<br clear="both" v-if="totalpageFileList">
|
||||
<h4>Manuscirpt : </h4>
|
||||
<p>
|
||||
<a v-for="item in manuscirptFileList" :href="mediaUrl + item.file_url">
|
||||
@@ -272,13 +274,13 @@
|
||||
state: 4,
|
||||
title: this.$t('artstate.state4')
|
||||
},
|
||||
{
|
||||
state: 5,
|
||||
title: this.$t('artstate.state5')
|
||||
},
|
||||
{
|
||||
state: 6,
|
||||
title: this.$t('artstate.state6')
|
||||
},
|
||||
{
|
||||
state: 5,
|
||||
title: this.$t('artstate.state5')
|
||||
}
|
||||
],
|
||||
form: {
|
||||
@@ -346,6 +348,9 @@
|
||||
case 'RP':
|
||||
frag = 'REPORT';
|
||||
break;
|
||||
case 'LR':
|
||||
frag = 'LETTER';
|
||||
break;
|
||||
case 'EF':
|
||||
frag = 'EMPIRICAL FORMULA';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user