优化每日推送和积分转化逻辑
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user