diff --git a/src/views/AgentDashboard.vue b/src/views/AgentDashboard.vue index dbc02e9..ab5c49d 100644 --- a/src/views/AgentDashboard.vue +++ b/src/views/AgentDashboard.vue @@ -47,7 +47,7 @@
¥{{ (Number(stats.total_commission) || 0).toFixed(2) }}
-
总佣金
+
总营收
¥{{ (Number(stats.monthly_commission) || 0).toFixed(2) }} 本月
@@ -58,7 +58,7 @@
¥{{ (Number(stats.daily_commission) || 0).toFixed(2) }}
-
今日佣金
+
今日营收
{{ stats.daily_commission_records || 0 }} 笔记录
@@ -79,10 +79,10 @@
- +
-

佣金趋势

+

营收趋势

@@ -112,7 +112,7 @@
-
佣金提现
+
营收提现
快速提现到账
@@ -144,7 +144,7 @@
早期商户: {{ stats.early_merchants || 0 }} - +
@@ -189,7 +189,7 @@ @@ -240,11 +240,11 @@
- - + +
-

佣金记录

+

营收记录

刷新 @@ -266,25 +266,25 @@ - + - + - +