|
@@ -33,17 +33,14 @@
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<el-table height="calc(100% - 100px)" :data="recordData" row-key="companyId"
|
|
<el-table height="calc(100% - 100px)" :data="recordData" row-key="companyId"
|
|
|
:summary-method="getSummaries" show-summary>
|
|
:summary-method="getSummaries" show-summary>
|
|
|
- <el-table-column prop="companyName" label="保险公司" width="300"></el-table-column>
|
|
|
|
|
|
|
+ <el-table-column prop="companyName" label="保险公司" ></el-table-column>
|
|
|
<!-- <el-table-column type="expand" label="合作保险公司" width="200">
|
|
<!-- <el-table-column type="expand" label="合作保险公司" width="200">
|
|
|
<template #default>
|
|
<template #default>
|
|
|
展开
|
|
展开
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>-->
|
|
</el-table-column>-->
|
|
|
<el-table-column prop="totalReceivable" label="应收金额" width="240"></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="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="unSettledAmount" label="未结算" width="200"></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">
|