|
@@ -369,9 +369,9 @@
|
|
|
<el-table-column align="right" label="实付金额" prop="payAmount" min-width="100" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
{{
|
|
|
- scope.row.price * scope.row.ke_refundableQty -
|
|
|
- scope.row.singleRebateAmount * scope.row.ke_refundableQty -
|
|
|
- scope.row.discAmount
|
|
|
+ (scope.row.price * scope.row.ke_refundableQty) -
|
|
|
+ ( scope.row.singleRebateAmount * scope.row.ke_refundableQty) -
|
|
|
+ ( scope.row.discAmount*scope.row.ke_refundableQty)
|
|
|
}}
|
|
|
</template>
|
|
|
</el-table-column>
|