diff --git a/src/api/system/notice/index.ts b/src/api/system/notice/index.ts
index f0f5d7e9..cd420a29 100644
--- a/src/api/system/notice/index.ts
+++ b/src/api/system/notice/index.ts
@@ -1,7 +1,7 @@
import request from '@/config/axios'
export interface NoticeVO {
- id: number
+ id: number | undefined
title: string
type: number
content: string
diff --git a/src/views/system/notice/form.vue b/src/views/system/notice/form.vue
new file mode 100644
index 00000000..0f928a7b
--- /dev/null
+++ b/src/views/system/notice/form.vue
@@ -0,0 +1,131 @@
+
+
+
+
diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue
index ab31b09b..ab375f88 100644
--- a/src/views/system/notice/index.vue
+++ b/src/views/system/notice/index.vue
@@ -1,150 +1,170 @@
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
- Query
+ 搜索
+ 重置
+
+ 新增
+
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+