优化每日推送和积分转化逻辑

This commit is contained in:
2026-07-24 11:12:29 +08:00
parent b2b4fd4fbc
commit 4bad91b8a3
29 changed files with 661 additions and 102 deletions

View File

@@ -81,6 +81,14 @@ const baTable = new baTableClass(
operator: 'RANGE',
sortable: 'custom',
},
{
label: t('mall.dailyPush.converted_points'),
prop: 'converted_points',
align: 'center',
operator: 'RANGE',
sortable: 'custom',
width: 100,
},
{
label: t('mall.dailyPush.yesterday_total_deposit'),
prop: 'yesterday_total_deposit',
@@ -103,6 +111,14 @@ const baTable = new baTableClass(
operator: 'RANGE',
sortable: 'custom',
},
{
label: t('mall.dailyPush.lifetime_win_loss_net'),
prop: 'lifetime_win_loss_net',
align: 'center',
minWidth: 95,
operator: 'RANGE',
sortable: 'custom',
},
{
label: t('mall.dailyPush.create_time'),
prop: 'create_time',