查看ECPM
{{ getDictionaryName('user_status',Number(scope.row.userStatus)) }}
{{ getDictionaryName('app_type',scope.row.appType) }}
{{ roundPrice(scope.row.todayIncome === 0 ? '0.00' : scope.row.todayIncome ?? '0.00')}} /
{{ roundPrice(scope.row.totalIncome === 0 ? '0.00' : scope.row.totalIncome ?? '0.00') }}
{{ convertUTCToBeijing(scope.row.lastLoginTime) }}
{{ convertUTCToBeijing(scope.row.registryTime) }}
风控解除
封禁用户
锁定用户
{{ roundPrice(scope.row.ecpm) || 0.00 }}
{{ getDictionaryName('ad_source_type',scope.row.adSourceType) }}
{{ roundPrice(scope.row.revenue) || 0.00 }}
共:{{ ecpmData.length }}