tijiao
This commit is contained in:
@@ -412,10 +412,15 @@
|
||||
<el-table-column type="index" label="No." width="55" align="center"></el-table-column>
|
||||
<el-table-column label="Title" align="left">
|
||||
<template slot-scope="scope">
|
||||
<p style="text-align: left;line-height: 18px;">
|
||||
<!-- <el-badge is-dot :hidden="scope.row.author_act==1?false:true" class="item"> -->
|
||||
<p style="text-align: left;line-height: 18px;" v-if="!parseVisible">
|
||||
|
||||
{{ scope.row.content }}<br/><el-link type="primary">{{ scope.row.doi }}</el-link>
|
||||
<!-- </el-badge> -->
|
||||
|
||||
</p>
|
||||
<p style="text-align: left;line-height: 18px;" v-if="parseVisible">
|
||||
|
||||
{{ scope.row.refer_content }}<br/><el-link type="primary">{{ scope.row.refer_doi }}</el-link>
|
||||
|
||||
</p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -576,7 +581,7 @@ export default {
|
||||
}
|
||||
//percent是后端返回的进度
|
||||
|
||||
if (progress == this.Tempredable.length) {
|
||||
if (progress == res.data.total) {
|
||||
|
||||
this.isUpload = false;
|
||||
clearInterval(this.uploadTimer);
|
||||
|
||||
Reference in New Issue
Block a user