diff --git a/src/views/system/notice/note.list.vue b/src/views/system/notice/note.list.vue
deleted file mode 100644
index c84f5b8..0000000
--- a/src/views/system/notice/note.list.vue
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 重置
-
-
-
-
-
-
- 新建
-
-
- 导出
-
-
- 打印
-
-
-
-
-
-
-
- {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/system/notice/note.list.vue b/src/views/system/notice/note.list.vue
deleted file mode 100644
index c84f5b8..0000000
--- a/src/views/system/notice/note.list.vue
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 重置
-
-
-
-
-
-
- 新建
-
-
- 导出
-
-
- 打印
-
-
-
-
-
-
-
- {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/system/notice/noteList.vue b/src/views/system/notice/noteList.vue
new file mode 100644
index 0000000..f59d49f
--- /dev/null
+++ b/src/views/system/notice/noteList.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置
+
+
+
+
+
+
+ 新建
+
+
+ 导出
+
+
+ 打印
+
+
+
+
+
+
+
+ {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/notice/note.list.vue b/src/views/system/notice/note.list.vue
deleted file mode 100644
index c84f5b8..0000000
--- a/src/views/system/notice/note.list.vue
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 重置
-
-
-
-
-
-
- 新建
-
-
- 导出
-
-
- 打印
-
-
-
-
-
-
-
- {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/system/notice/noteList.vue b/src/views/system/notice/noteList.vue
new file mode 100644
index 0000000..f59d49f
--- /dev/null
+++ b/src/views/system/notice/noteList.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置
+
+
+
+
+
+
+ 新建
+
+
+ 导出
+
+
+ 打印
+
+
+
+
+
+
+
+ {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/notice/notice-interface.ts b/src/views/system/notice/notice-interface.ts
new file mode 100644
index 0000000..a1fc349
--- /dev/null
+++ b/src/views/system/notice/notice-interface.ts
@@ -0,0 +1,12 @@
+// 通知公告信息类型
+export interface noticeType {
+ id: number // 主键id(列表接口参数)
+ minioFileName: string // 上传文件返回名称 string
+ noticeCompany: string // 发布单位 string
+ noticeContent: string // 发布内容 string
+ noticeNo: string // 通知公告编号 string
+ noticePublisher: string // 发布人 string
+ noticeSketch: string // 内容简述 string
+ noticeTime: string // 发布时间 string
+ noticeTitle: string // 通知公告标题 string
+}
diff --git a/src/views/system/notice/note.list.vue b/src/views/system/notice/note.list.vue
deleted file mode 100644
index c84f5b8..0000000
--- a/src/views/system/notice/note.list.vue
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 重置
-
-
-
-
-
-
- 新建
-
-
- 导出
-
-
- 打印
-
-
-
-
-
-
-
- {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/system/notice/noteList.vue b/src/views/system/notice/noteList.vue
new file mode 100644
index 0000000..f59d49f
--- /dev/null
+++ b/src/views/system/notice/noteList.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置
+
+
+
+
+
+
+ 新建
+
+
+ 导出
+
+
+ 打印
+
+
+
+
+
+
+
+ {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/notice/notice-interface.ts b/src/views/system/notice/notice-interface.ts
new file mode 100644
index 0000000..a1fc349
--- /dev/null
+++ b/src/views/system/notice/notice-interface.ts
@@ -0,0 +1,12 @@
+// 通知公告信息类型
+export interface noticeType {
+ id: number // 主键id(列表接口参数)
+ minioFileName: string // 上传文件返回名称 string
+ noticeCompany: string // 发布单位 string
+ noticeContent: string // 发布内容 string
+ noticeNo: string // 通知公告编号 string
+ noticePublisher: string // 发布人 string
+ noticeSketch: string // 内容简述 string
+ noticeTime: string // 发布时间 string
+ noticeTitle: string // 通知公告标题 string
+}
diff --git a/src/views/system/notice/noticeDetail.vue b/src/views/system/notice/noticeDetail.vue
index a9a3b29..748edc6 100644
--- a/src/views/system/notice/noticeDetail.vue
+++ b/src/views/system/notice/noticeDetail.vue
@@ -1,6 +1,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 重置
-
-
-
-
-
-
- 新建
-
-
- 导出
-
-
- 打印
-
-
-
-
-
-
-
- {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/system/notice/noteList.vue b/src/views/system/notice/noteList.vue
new file mode 100644
index 0000000..f59d49f
--- /dev/null
+++ b/src/views/system/notice/noteList.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置
+
+
+
+
+
+
+ 新建
+
+
+ 导出
+
+
+ 打印
+
+
+
+
+
+
+
+ {{ (searchQuery.offset - 1) * searchQuery.limit + scope.$index + 1 }}
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/notice/notice-interface.ts b/src/views/system/notice/notice-interface.ts
new file mode 100644
index 0000000..a1fc349
--- /dev/null
+++ b/src/views/system/notice/notice-interface.ts
@@ -0,0 +1,12 @@
+// 通知公告信息类型
+export interface noticeType {
+ id: number // 主键id(列表接口参数)
+ minioFileName: string // 上传文件返回名称 string
+ noticeCompany: string // 发布单位 string
+ noticeContent: string // 发布内容 string
+ noticeNo: string // 通知公告编号 string
+ noticePublisher: string // 发布人 string
+ noticeSketch: string // 内容简述 string
+ noticeTime: string // 发布时间 string
+ noticeTitle: string // 通知公告标题 string
+}
diff --git a/src/views/system/notice/noticeDetail.vue b/src/views/system/notice/noticeDetail.vue
index a9a3b29..748edc6 100644
--- a/src/views/system/notice/noticeDetail.vue
+++ b/src/views/system/notice/noticeDetail.vue
@@ -1,6 +1,6 @@