no message

This commit is contained in:
wangyan 2024-01-22 20:07:06 +08:00
parent ee9d63f727
commit 907a128f96
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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;