|
|
@@ -164,7 +164,7 @@
|
|
|
<el-table-column prop="agreementName" label="出单协议" width="150"></el-table-column>
|
|
|
<el-table-column prop="orderType" label="订单类型" width="100"></el-table-column>
|
|
|
<el-table-column prop="licenseNo" label="车牌号" width="100"></el-table-column>
|
|
|
- <el-table-column label="应收手续费" width="100">
|
|
|
+ <el-table-column label="应收金额" width="100">
|
|
|
<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
|