From 57e9745fbaf63df8641678a778087c11ad9321af Mon Sep 17 00:00:00 2001
From: carry <2641257231@qq.com>
Date: Sun, 16 Feb 2025 15:25:41 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E6=AD=A5=E5=AE=8C=E6=88=90=E5=B1=95?=
=?UTF-8?q?=E7=A4=BA=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/UserTable.vue | 67 ++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
create mode 100644 src/components/UserTable.vue
diff --git a/src/components/UserTable.vue b/src/components/UserTable.vue
new file mode 100644
index 0000000..5f6fb54
--- /dev/null
+++ b/src/components/UserTable.vue
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+ {{ new Date(scope.row.createdAt).toLocaleString() }}
+
+
+
+
+ {{ new Date(scope.row.updatedAt).toLocaleString() }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+