Merge branch 'dev' into test
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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: '商家名称',
|
||||
|
||||
Reference in New Issue
Block a user