|
@@ -173,7 +173,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="right" label="格力折扣" prop="discAmount" min-width="100" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.payRebateAmount | numToFixed }}
|
|
|
+ {{ scope.row.discAmount | numToFixed }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" label="现金钱包" prop="customerWalletName" min-width="140" show-overflow-tooltip></el-table-column>
|