This commit is contained in:
yziiy
2025-09-28 15:58:13 +08:00
parent c8a023ef31
commit fba111a140
4 changed files with 163 additions and 85 deletions

View File

@@ -36,8 +36,10 @@ const statisticsList = ref([
label: "总礼物价值(收入)", prop: "total_gift_money"
},
{ label: "统计(收入/支出)", prop: "ratio", tip: "%" },
{ label: "盈亏(收入-支出)", prop: "profit_loss" },
{ label: "盈亏比(盈亏/支出)", prop: "profit_loss_ratio", tip: "%" },
{ label: "用户盈亏", prop: "profit_loss" },
{ label: "用户盈亏比", prop: "profit_loss_ratio", tip: "%" },
{ label: "平台盈亏", prop: "platform_profit_loss" },
{ label: "平台盈亏比", prop: "platform_profit_loss_ratio", tip: "%" },
])
const dynamicflowColumns = ref([
{