diff --git a/frontend/src/views/Tasks.vue b/frontend/src/views/Tasks.vue
new file mode 100644
index 0000000..72584a4
--- /dev/null
+++ b/frontend/src/views/Tasks.vue
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ record.task_id }}
+
+
+
+ {{ record.filename || '-' }}
+
+
+ {{ statusText(record.status) }}
+
+
+
+ {{ record.doc_id }}
+
+ -
+
+
+ {{ formatTime(record.created_at) }}
+
+
+ {{ formatTime(record.updated_at) }}
+
+
+
+
+
+
+
\ No newline at end of file