no message
This commit is contained in:
parent
ee9d63f727
commit
907a128f96
|
|
@ -94,10 +94,10 @@
|
|||
</af-table-column>
|
||||
</el-table>
|
||||
|
||||
<div slot="header" class="clearfix" v-if="!this.date">
|
||||
<div slot="header" class="clearfix" v-if="$route.query.source!=1">
|
||||
<span>报销列表</span>
|
||||
</div>
|
||||
<el-table v-if="!this.date"
|
||||
<el-table v-if="$route.query.source!=1"
|
||||
border
|
||||
stripe
|
||||
highlight-current-row
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
</el-table>
|
||||
|
||||
|
||||
<el-card shadow="never" style="margin-top: 20px;" v-if="!this.date">
|
||||
<el-card shadow="never" style="margin-top: 20px;" v-if="$route.query.source!=1">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>项目信息</span>
|
||||
</div>
|
||||
|
|
@ -227,7 +227,7 @@
|
|||
</el-tabs> -->
|
||||
</el-card>
|
||||
|
||||
<el-tabs type="border-card" style="margin-top:10px" v-if="!this.date">
|
||||
<el-tabs type="border-card" style="margin-top:10px" v-if="$route.query.source!=1">
|
||||
<!-- <el-tab-pane label="人员信息">
|
||||
<div >
|
||||
<el-button
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ export default {
|
|||
return item
|
||||
})
|
||||
this.list = res.content;
|
||||
this.total = res.totalPages;
|
||||
this.total = res.totalElements;
|
||||
this.totalAmountSum = res.totalAmountSum;
|
||||
this.invoiceAmountSum = res.invoiceAmountSum;
|
||||
this.paidAmountSum = res.paidAmountSum;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user