+
+
+
收入
+
+ 营收
+
+ +¥{{ formatAmount(profitStats.today_detail?.revenue || 0) }}
+
+
+
+ 提现收税
+
+ +¥{{ formatAmount(profitStats.today_detail?.tax_income || 0) }}
+
+
+
+ 收入合计
+
+ +¥{{ formatAmount((profitStats.today_detail?.revenue || 0) + (profitStats.today_detail?.tax_income ||
+ 0)) }}
+
+
+
+
+
+
+
成本
+
+ 代理佣金
+
+ -¥{{ formatAmount(profitStats.today_detail?.commission || 0) }}
+
+
+
+ 代理返利
+
+ -¥{{ formatAmount(profitStats.today_detail?.rebate || 0) }}
+
+
+
+ 税务成本
+
+ -¥{{ formatAmount(profitStats.today_detail?.company_tax || 0) }}
+
+
+
+ API调用成本
+
+ -¥{{ formatAmount(profitStats.today_detail?.api_cost || 0) }}
+
+
+
+ 成本合计
+
+ -¥{{ formatAmount((profitStats.today_detail?.commission || 0) + (profitStats.today_detail?.rebate ||
+ 0) + (profitStats.today_detail?.company_tax || 0) + (profitStats.today_detail?.api_cost || 0)) }}
+
+
+
+