diff --git a/frontend/components/document/DocumentList.vue b/frontend/components/document/DocumentList.vue
new file mode 100644
index 00000000..7bbb8f5d
--- /dev/null
+++ b/frontend/components/document/DocumentList.vue
@@ -0,0 +1,165 @@
+
+
+
+
+
+
+ {{ item.text | truncate(50) }}
+ {{ item.text | truncate(200) }}
+
+
+ {{ item.commentCount }}
+
+
+
+ {{ $t('dataset.annotate') }}
+
+
+
+
+
+
diff --git a/frontend/pages/projects/_id/dataset/index.vue b/frontend/pages/projects/_id/dataset/index.vue
index 51461429..dd193716 100644
--- a/frontend/pages/projects/_id/dataset/index.vue
+++ b/frontend/pages/projects/_id/dataset/index.vue
@@ -1,33 +1,67 @@
-
+
-
+
-