|
|
@@ -40,10 +40,9 @@
|
|
|
<el-table height="calc(100% - 100px)" :data="recordData" row-key="companyId" :summary-method="getSummaries"
|
|
|
show-summary>
|
|
|
<el-table-column prop="companyName" label="保险公司"></el-table-column>
|
|
|
-
|
|
|
<el-table-column prop="totalReceivable" label="应收金额" width="240"></el-table-column>
|
|
|
- <el-table-column prop="settledAmount" label="已结算" width="200"></el-table-column>
|
|
|
- <el-table-column prop="unSettledAmount" label="未结算" width="200"></el-table-column>
|
|
|
+ <el-table-column prop="ptInvoicedAmount" label="已结算" width="200"></el-table-column>
|
|
|
+ <el-table-column prop="ptUnInvoicedAmount" label="未结算" width="200"></el-table-column>
|
|
|
<el-table-column label="操作" fixed="right" width="120">
|
|
|
<template #default="scope">
|
|
|
<el-button link type="primary" @click="handleSettlementDetail(scope.row)">查看明细</el-button>
|