Compare commits

...

2 Commits

Author SHA1 Message Date
0ea8754321 Merge branch 'dev' into test
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-19 11:01:23 +08:00
2f7b80f418 feat(custom):
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-19 11:00:48 +08:00

View File

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