|
@@ -457,6 +457,7 @@ export default {
|
|
|
this.showDescBox = !this.showDescBox
|
|
|
this.descDetail = descDetail
|
|
|
this.descDetail.gateValue = Number(this.descDetail.gateValue).toFixed(2)
|
|
|
+ this.descDetail.quotaAmount = Number(this.descDetail.quotaAmount).toFixed(2)
|
|
|
this.$emit('showDesc', this.showDescBox)
|
|
|
},
|
|
|
openCpModal () {
|