@@ -106,7 +106,7 @@ export default {
{
key: 'payablePrice',
name: '花费金额/积分(还没折算)',
- width: this.$col.b
+ width: this.$col.b,
render: (h,{row}) => h('span',`¥${row.payablePrice}`)
},