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() }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+