diff --git a/src/pages/MonthlyUserLog.vue b/src/pages/MonthlyUserLog.vue
index 866dae1..70750f3 100644
--- a/src/pages/MonthlyUserLog.vue
+++ b/src/pages/MonthlyUserLog.vue
@@ -191,16 +191,46 @@ const select_mb_or_gb = (value: string) => {
class="gray"
>
+
- {{ index + 1 }}日
+ {{ index + 1 }}日
- {{ select_mb_or_gb(select_to_data(item)) }} {{ data_type() }}
-
+ {{ select_mb_or_gb(select_to_data(item)) }} {{ data_type() }}
+
+
+
+
+ ipv4 ⬇
+ ipv4 ⬆
+ ipv6 ⬇
+ ipv6 ⬆
+
+
+ {{ mb2gb(item.ipv4_down) }} GB
+ {{ mb2gb(item.ipv4_up) }} GB
+ {{ mb2gb(item.ipv6_down) }} GB
+ {{ mb2gb(item.ipv6_up) }} GB
+
+
+
+ 花费:
+ {{ item.cost.toFixed(2) }} 元
+ 使用时长:
+ {{ (item.used_duration / 60).toFixed(2) }} h
+
在使用概览上的东西选择: