diff --git a/frontend/src/components/StockNoticeList.vue b/frontend/src/components/StockNoticeList.vue
new file mode 100644
index 0000000..f99fc31
--- /dev/null
+++ b/frontend/src/components/StockNoticeList.vue
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+
+
+
+ 股票代码
+ 股票名称
+ 公告标题
+ 公告类型
+ 公告日期
+ 数据更新时间
+
+
+
+
+
+ {{item.codes[0].stock_code }}
+
+
+ {{item.codes[0].short_name }}
+
+
+ {{item.title}}
+
+
+ {{item.columns[0].column_name }}
+
+
+ {{item.notice_date.substring(0,10) }}
+
+
+ {{item.display_time.substring(0,19)}}
+
+
+
+
+
+
+
\ No newline at end of file