bug
This commit is contained in:
parent
f76dc40dea
commit
79522d9e90
@ -3188,7 +3188,7 @@
|
|||||||
discount.discount = res.data.memberFavorableAmount
|
discount.discount = res.data.memberFavorableAmount
|
||||||
_this.gradeDiscount.push(discount)
|
_this.gradeDiscount.push(discount)
|
||||||
if(!this.isOilStorageCard) {
|
if(!this.isOilStorageCard) {
|
||||||
_this.oilDiscount += res.data.memberFavorableAmount
|
_this.oilDiscount = res.data.memberFavorableAmount
|
||||||
_this.checkAll2 = true
|
_this.checkAll2 = true
|
||||||
this.checkedCities2.push(discount.gunName)
|
this.checkedCities2.push(discount.gunName)
|
||||||
}
|
}
|
||||||
@ -3208,7 +3208,7 @@
|
|||||||
discount.type = res.data.type
|
discount.type = res.data.type
|
||||||
_this.fullReduceDiscount.push(discount)
|
_this.fullReduceDiscount.push(discount)
|
||||||
if(!this.isOilStorageCard) {
|
if(!this.isOilStorageCard) {
|
||||||
_this.fullReduction += res.data.activeFavorableAmount
|
_this.fullReduction = res.data.activeFavorableAmount
|
||||||
_this.checkAll1 = true
|
_this.checkAll1 = true
|
||||||
this.checkedCities1.push(discount.gunName)
|
this.checkedCities1.push(discount.gunName)
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<!-- <el-tag v-if="scope.row.type == 2" type="warning">通用券</el-tag>-->
|
<!-- <el-tag v-if="scope.row.type == 2" type="warning">通用券</el-tag>-->
|
||||||
<!-- </template>-->
|
<!-- </template>-->
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" prop="couponAmount" label="优惠金额/参与次数">
|
<el-table-column align="center" prop="couponAmount" label="优惠金额">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{scope.row.couponAmount || 0}}</span>
|
<span>{{scope.row.couponAmount || 0}}</span>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user