|
@@ -43,7 +43,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
- <el-table height="calc(100% - 100px)" :data="recordData" row-key="companyId" :summary-method="getSummaries"
|
|
|
|
|
|
|
+ <el-table height="calc(100% - 100px)" :data="recordData" row-key="id" :summary-method="getSummaries"
|
|
|
show-summary>
|
|
show-summary>
|
|
|
<el-table-column prop="companyName" label="保险公司" width="300"></el-table-column>
|
|
<el-table-column prop="companyName" label="保险公司" width="300"></el-table-column>
|
|
|
<!-- <el-table-column type="expand" label="合作保险公司" width="200">
|
|
<!-- <el-table-column type="expand" label="合作保险公司" width="200">
|
|
@@ -51,12 +51,12 @@
|
|
|
展开
|
|
展开
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>-->
|
|
</el-table-column>-->
|
|
|
- <el-table-column prop="totalReceivable" label="应收金额" width="240"></el-table-column>
|
|
|
|
|
- <el-table-column prop="superviseFee" label="应收手续费" width="240"></el-table-column>
|
|
|
|
|
- <el-table-column prop="invoicedAmount" label="已开票" width="200"></el-table-column>
|
|
|
|
|
- <el-table-column prop="settledAmount" label="已结算" width="200"></el-table-column>
|
|
|
|
|
- <el-table-column prop="unInvoicedAmount" label="未开票" width="200"></el-table-column>
|
|
|
|
|
- <el-table-column prop="unSettledAmount" label="未结算" width="200"></el-table-column>
|
|
|
|
|
|
|
+ <el-table-column prop="totalReceivable" label="应收金额"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="superviseFee" label="应收手续费"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="sxfInvoicedAmount" label="已开票"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="sxfSettledAmount" label="已结算"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="sxfUnInvoicedAmount" label="未开票"></el-table-column>
|
|
|
|
|
+ <el-table-column prop="sxfUnSettledAmount" label="未结算"></el-table-column>
|
|
|
<el-table-column label="操作" fixed="right" width="120">
|
|
<el-table-column label="操作" fixed="right" width="120">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<el-button link type="primary">查看明细</el-button>
|
|
<el-button link type="primary">查看明细</el-button>
|