+
未結算$ {{ lastMonthData.total - lastMonthData.closedAmount }}
已結算$ {{ lastMonthData.closedAmount }}
diff --git a/src/views/Logs.vue b/src/views/Logs.vue
index c831c88..6b1af25 100644
--- a/src/views/Logs.vue
+++ b/src/views/Logs.vue
@@ -1,7 +1,7 @@
@@ -81,7 +83,8 @@ fetchLogs()
- {{ new Date(log.createdAt).toLocaleDateString() + ` (${showWeekDay(log.createdAt)})` }}
+ {{ new Date(log.createdAt).toLocaleDateString() }}
+
{{ new Date(log.createdAt).toLocaleTimeString() }}
@@ -138,7 +141,7 @@ fetchLogs()
diff --git a/src/views/Record.vue b/src/views/Record.vue
index 64a5d60..697a6d0 100644
--- a/src/views/Record.vue
+++ b/src/views/Record.vue
@@ -1,11 +1,12 @@