diff --git a/src/api/system/notice.js b/src/api/system/notice.js
index c620e47..6f04807 100644
--- a/src/api/system/notice.js
+++ b/src/api/system/notice.js
@@ -68,3 +68,12 @@ export function markNoticeReadAll(ids) {
params: { ids }
})
}
+
+// 查询公告已读用户列表
+export function listNoticeReadUsers(query) {
+ return request({
+ url: '/system/notice/readUsers/list',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/src/views/system/notice/ReadUsers.vue b/src/views/system/notice/ReadUsers.vue
new file mode 100644
index 0000000..7590bef
--- /dev/null
+++ b/src/views/system/notice/ReadUsers.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+ 共 {{ total }} 人已读
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.readTime) }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue
index b121603..f0c3316 100644
--- a/src/views/system/notice/index.vue
+++ b/src/views/system/notice/index.vue
@@ -94,6 +94,7 @@
+ 阅读用户
修改
删除
@@ -155,11 +156,13 @@
+