feat(custom): \!
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-05 20:29:20 +08:00
parent 9fa1a81b8a
commit 50d10c1d53

View File

@@ -251,10 +251,14 @@ const columns = ref([
render: (row) => h('span', `${row.price}元`),
},
{
title: '积分抵扣',
title: '抵扣后价格(元)',
key: 'discount_price',
align: 'center',
},
{
title: '积分抵扣',
key: 'exchange',
align: 'center',
slot: 'discount_price',
render: (row) => h('span', `${row.discount_price}`),
},
{
title: '支付方式',