diff --git a/src/views/HistorySalaryView.vue b/src/views/HistorySalaryView.vue index 425aa6d..061c682 100644 --- a/src/views/HistorySalaryView.vue +++ b/src/views/HistorySalaryView.vue @@ -7,9 +7,9 @@

Host Salary

- +
${{ totalSalary }}
@@ -55,17 +55,6 @@ Time(Days): {{ report.timeDays }} -
- Agent Salary: - {{ report.agentSalary }} -
- - -
-
- Total Salary: - {{ report.totalSalary }} -
- +
-
+ + <!– 空占位 –> +
+
+
+ --> + + +
+

Daily salary:

+
+
+
{{ formatDateNumber(daily.dateNumber) }}
+
+
+ Target: {{ formatGiftValue(daily.acceptGiftValue) }} +
+
+ Time: + {{ formatOnlineTime(daily.onlineTime) }}/120 +
+ + + + + +