1
This commit is contained in:
@@ -167,6 +167,22 @@
|
||||
<br clear="both">
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="24" v-if="supplementaryFileList">
|
||||
<el-col :span="24">
|
||||
<h4>Supplementary Material : </h4>
|
||||
<p class="fi_new">
|
||||
<a v-for="item in supplementaryFileList" :href="mediaUrl + item.file_url">
|
||||
<img src="../../assets/img/icon_0.png">
|
||||
<span>
|
||||
<font>Uploader : </font>{{item.username}}
|
||||
<i><i class="el-icon-time"></i>{{formatDate(item.ctime)}}</i>
|
||||
</span>
|
||||
<i class="el-icon-download download"></i>
|
||||
</a>
|
||||
</p>
|
||||
<br clear="both">
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row v-if="responseFileList!=''">
|
||||
<div
|
||||
@@ -378,6 +394,7 @@
|
||||
coverLetterFileList: [],
|
||||
picturesAndTablesFileList: [],
|
||||
totalpageFileList: [],
|
||||
supplementaryFileList: [],
|
||||
manuscirptFileList: [],
|
||||
responseFileList: [],
|
||||
authorList_name: '',
|
||||
@@ -838,6 +855,7 @@
|
||||
this.picturesAndTablesFileList = res.picturesAndTables;
|
||||
this.manuscirptFileList = res.manuscirpt;
|
||||
this.totalpageFileList = res.totalpage;
|
||||
this.supplementaryFileList = res.supplementary;
|
||||
})
|
||||
.catch(err => {
|
||||
console.log(err);
|
||||
|
||||
Reference in New Issue
Block a user