搜索
重置
删除
{{scope.row.platform == '0' ? "抖音" : scope.row.platform == '1' ? "快手": scope.row.platform == '2' ? "微信": scope.row.platform == '3' ? "uniapp": ''}}
{{scope.row.appType == '0' ? "次元意境" :''}}
{{scope.row.type == '0' ? "广告浏览" : scope.row.type == '1' ? "邀请": scope.row.type == '2' ? "会员":''}}
{{scope.row.status == '0' ? "即将到账" : scope.row.status == '1' ? "已到账": scope.row.status == '2' ? "转入钱包":''}}
{{scope.row.confirmType == '0' ? "系统自动" : scope.row.confirmType == '1' ? "艺术家手动":'暂未确认'}}
{{scope.row.confirmStatus == '0' ? "待确认" : scope.row.confirmType == '1' ? "已确认":''}}
{{ parseTime(scope.row.incomeTime) }}
{{ parseTime(scope.row.confirmTime) }}
{{ parseTime(scope.row.walletTime) }}
{{ parseTime(scope.row.createTime) }}
{{ parseTime(scope.row.updateTime) }}
删除