This commit is contained in:
yanran200730
2023-04-19 14:14:59 +08:00
parent d0361418cf
commit 7ee414725c
2 changed files with 2 additions and 2 deletions

View File

@@ -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' }

View File

@@ -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' }