282
This commit is contained in:
		| @@ -96,7 +96,7 @@ | ||||
|           { prop: 'goodsSerialNumber', label: '商品ID', align: 'left' }, | ||||
|           { slot: 'goods' }, | ||||
|           { prop: 'goodsType',  label: '商品类型', align: 'center', format: v => this.dict.getLabel('integralSGType', v) }, | ||||
|           { prop: 'integralPrice', label: '兑换所需积分', align: 'center' }, | ||||
|           { prop: 'goodsIntegralPrice', label: '兑换所需积分', align: 'center' }, | ||||
|           { prop: 'payMoney', label: '兑换后补差价金额', align: 'center' }, | ||||
|           { prop: 'quantity', label: '数量', align: 'center' }, | ||||
|           { prop: 'usedIntegral', label: '消耗积分', align: 'center' } | ||||
|   | ||||
| @@ -96,7 +96,7 @@ | ||||
|           { prop: 'goodsSerialNumber', label: '商品ID', align: 'left' }, | ||||
|           { slot: 'goods' }, | ||||
|           { prop: 'goodsType',  label: '商品类型', align: 'center', format: v => this.dict.getLabel('integralSGType', v) }, | ||||
|           { prop: 'integralPrice', label: '兑换所需积分', align: 'center' }, | ||||
|           { prop: 'goodsIntegralPrice', label: '兑换所需积分', align: 'center' }, | ||||
|           { prop: 'payMoney', label: '兑换后补差价金额', align: 'center' }, | ||||
|           { prop: 'quantity', label: '数量', align: 'center' }, | ||||
|           { prop: 'usedIntegral', label: '消耗积分', align: 'center' } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user