@@ -364,7 +364,13 @@
prop="ke_discAmount"
min-width="100"
show-overflow-tooltip
- ></el-table-column>
+ >
+ <template slot-scope="scope">
+ {{
+ scope.row.ke_discAmount * scope.row.ke_refundableQty
+ }}
+ </template>
+ </el-table-column>
<el-table-column
align="left"
label="现金钱包"