feat:流水分红

This commit is contained in:
2025-08-15 12:12:28 +08:00
parent ff3d0e5028
commit 7c4ecf0ea3
@@ -120,19 +120,19 @@ export default {
this.source = [ this.source = [
{ {
name: "今日分红数量", name: "今日分红数量",
key: "cur" key: "todayBonus"
}, },
{ {
name: "总分红数量", name: "总分红数量",
key: "lock" key: "totalBonus"
}, },
{ {
name: "平台总分红", name: "平台总分红",
key: "lock" key: "totalMallBonus"
}, },
{ {
name: "分红资金池剩余", name: "分红资金池剩余",
key: "lock" key: "poolBonus"
}, },
]; ];
} }