更新
This commit is contained in:
@@ -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([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user