结算单号:
{{ orderDetail.orderNo || ''}}
结算平台:
{{ setPlatform(orderDetail.platform) || ''}}
应用:
{{ setAppType(orderDetail.appType) || ''}}
收益类型:
{{ setType(orderDetail.type) || ''}}
结算时间:
{{ orderDetail.createTime || ''}}
结算收入:
元
下载次数:
{{ orderDetail.downloadNum || ''}}
确认类型:
{{ setConfirmType(orderDetail.confirmType) || ''}}
确认时间:
{{ orderDetail.confirmTime || "待确认" }}
确认状态:
{{ orderDetail.confirmStatus == 0 ? "待确认" : "已确认" }}