|
|
@@ -81,13 +81,7 @@
|
|
|
<el-table-column prop="jqSuperviseCostsProportion" label="交强险手续费比例"></el-table-column>
|
|
|
<el-table-column prop="syPremium" label="商业险保费"></el-table-column>
|
|
|
<el-table-column prop="sySuperviseCostsProportion" label="商业险手续费比例"></el-table-column>
|
|
|
- <el-table-column label="应收金额">
|
|
|
- <template #default="scope">
|
|
|
- {{ scope.row.productId === '0330' || scope.row.productId === '0330034002' || scope.row.productId ===
|
|
|
- '034002' ? scope.row.jqSuperviseCostsPremiums : scope.row.productId === '034001' || scope.row.productId ===
|
|
|
- '0330034001' ? scope.row.sySuperviseCostsPremiums : '' }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+ <el-table-column label="应收金额" prop="receivableAmount"></el-table-column>
|
|
|
</el-table>
|
|
|
<div class="footer">
|
|
|
<el-button plain @click="handleBack">取消</el-button>
|