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 type="index" label="No." width="55" align="center"></el-table-column>
|
||||||
<el-table-column label="Title" align="left">
|
<el-table-column label="Title" align="left">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<p style="text-align: left;line-height: 18px;">
|
<p style="text-align: left;line-height: 18px;" v-if="!parseVisible">
|
||||||
<!-- <el-badge is-dot :hidden="scope.row.author_act==1?false:true" class="item"> -->
|
|
||||||
{{ scope.row.content }}<br/><el-link type="primary">{{ scope.row.doi }}</el-link>
|
{{ 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>
|
</p>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
@@ -576,7 +581,7 @@ export default {
|
|||||||
}
|
}
|
||||||
//percent是后端返回的进度
|
//percent是后端返回的进度
|
||||||
|
|
||||||
if (progress == this.Tempredable.length) {
|
if (progress == res.data.total) {
|
||||||
|
|
||||||
this.isUpload = false;
|
this.isUpload = false;
|
||||||
clearInterval(this.uploadTimer);
|
clearInterval(this.uploadTimer);
|
||||||
|
|||||||
@@ -76,8 +76,8 @@ module.exports = {
|
|||||||
// target: 'http://192.168.110.110/tougao/public/index.php/',
|
// target: 'http://192.168.110.110/tougao/public/index.php/',
|
||||||
// target: 'http://api.tmrjournals.com/public/index.php/',//正式
|
// target: 'http://api.tmrjournals.com/public/index.php/',//正式
|
||||||
// target: 'http://zmzm.tougao.dev.com/',//晓玲
|
// target: 'http://zmzm.tougao.dev.com/',//晓玲
|
||||||
// target: 'https://submission.tmrjournals.com/',//正式
|
target: 'https://submission.tmrjournals.com/',//正式
|
||||||
target: 'http://tougaotest.tmrjournals.com/public/index.php/',//测试环境
|
// target: 'http://tougaotest.tmrjournals.com/public/index.php/',//测试环境
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/api': ''
|
'^/api': ''
|
||||||
|
|||||||
Reference in New Issue
Block a user