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() }}