.
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<!-- <el-button class="inlinebutton" type="primary" plain size="mini" @click="showUpload">Add</el-button> -->
|
<!-- <el-button class="inlinebutton" type="primary" plain size="mini" @click="showUpload">Add</el-button> -->
|
||||||
</h4>
|
</h4>
|
||||||
<p class="mt10 c666">Before uploading the file, you need to download the template file,
|
<p class="mt10 c666">Before uploading the file, you need to download the template file,
|
||||||
<a href="https://submission.tmrjournals.com/public/coverLetter/system/refer.xlsx" download="refer" target="_blank" class="downloadbtn" >click download</a>
|
<a href="https://submission.tmrjournals.com/public/system/refer.xlsx" download="refer" target="_blank" class="downloadbtn" >click download</a>
|
||||||
,to add your references to the template file, and upload it.
|
,to add your references to the template file, and upload it.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1247,6 +1247,7 @@
|
|||||||
},
|
},
|
||||||
//修改文章状态
|
//修改文章状态
|
||||||
saveEdit() {
|
saveEdit() {
|
||||||
|
|
||||||
this.$api
|
this.$api
|
||||||
.post('api/Article/editArticleEditor', this.editform)
|
.post('api/Article/editArticleEditor', this.editform)
|
||||||
.then(res => {
|
.then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user