From ba33fe9e03959547abaabc9fd68cb20e7dd22af6 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 14 Apr 2026 14:35:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=85=AC=E5=91=8A=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E8=AF=A6=E7=BB=86=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/HeaderNotice/DetailView.vue | 362 ++++++++++++++++++ .../layout/components/HeaderNotice/index.vue | 60 +-- ruoyi-ui/src/views/system/notice/index.vue | 19 +- 3 files changed, 381 insertions(+), 60 deletions(-) create mode 100644 ruoyi-ui/src/layout/components/HeaderNotice/DetailView.vue diff --git a/ruoyi-ui/src/layout/components/HeaderNotice/DetailView.vue b/ruoyi-ui/src/layout/components/HeaderNotice/DetailView.vue new file mode 100644 index 0000000000..e547a969f3 --- /dev/null +++ b/ruoyi-ui/src/layout/components/HeaderNotice/DetailView.vue @@ -0,0 +1,362 @@ + + + + + diff --git a/ruoyi-ui/src/layout/components/HeaderNotice/index.vue b/ruoyi-ui/src/layout/components/HeaderNotice/index.vue index 6ee9273751..161d91edbf 100644 --- a/ruoyi-ui/src/layout/components/HeaderNotice/index.vue +++ b/ruoyi-ui/src/layout/components/HeaderNotice/index.vue @@ -23,38 +23,24 @@ {{ unreadCount }} - -
- - {{ previewNoticeType === '1' ? '通知' : '公告' }} - - {{ previewCreateBy }} - {{ previewCreateTime }} -
-
-
-
+