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

This commit is contained in:
2024-07-19 11:00:48 +08:00
parent c157d6024e
commit 2f7b80f418

View File

@@ -251,7 +251,7 @@ const columns = ref([
title: '支付方式', title: '支付方式',
align: 'center', align: 'center',
slot: 'pay_type', slot: 'pay_type',
render: (row) => h('span', row.pay_type === 1 ? '微信' : '积分'), render: (row) => h('span', row.PayInfo.name),
}, },
{ {
title: '商家名称', title: '商家名称',