From 68008967cbb28bb04d5608775b64340ba953941d Mon Sep 17 00:00:00 2001
From: carry <2641257231@qq.com>
Date: Sun, 16 Feb 2025 17:58:32 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=97=B6=E9=97=B4=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/UserTable.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/UserTable.vue b/src/components/UserTable.vue
index 3ba5793..c478dbd 100644
--- a/src/components/UserTable.vue
+++ b/src/components/UserTable.vue
@@ -4,14 +4,14 @@
-
+
- {{ new Date(scope.row.createdAt).toLocaleString() }}
+ {{ new Date(scope.row.created_at).toLocaleString() }}
-
+
- {{ new Date(scope.row.updatedAt).toLocaleString() }}
+ {{ new Date(scope.row.updated_at).toLocaleString() }}