| | |
| | | <el-table-column prop="goodsNum" label="数量" align="center" min-width="150px"></el-table-column> |
| | | <el-table-column prop="totalPrice" label="小计(元)" align="center" min-width="150px"> |
| | | <template slot-scope="{row}"> |
| | | <span class="orange">¥{{(row.totalPrice || 0).toFixed(2)}}</span> |
| | | <span class="orange">¥{{((row.price || 0) * (row.goodsNum || 0)).toFixed(2)}}</span> |
| | | <!-- <span class="orange">¥{{(row.totalPrice || 0).toFixed(2)}}</span>--> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | <div class="info-item" > |
| | | <div class="info-item-a">实付金额:<span class="red"> ¥{{(info.price||0).toFixed(2)}}</span></div> |
| | | <div class="info-item-a">返还用户积分:<span class="orange"> {{(info.returnMemberIntegral||0)}}</span></div> |
| | | <div class="info-item-a">返还经销商积分:<span class="orange">¥{{(info.shopSettlement || 0).toFixed(2) }}</span></div> |
| | | <div class="info-item-a">返还经销商积分:<span class="orange">{{(info.returnCustomerIntegral || 0).toFixed(2) }}</span></div> |
| | | </div> |
| | | <div class="header"> |
| | | <div class="header-b">退款内容</div> |