From 6a531706e1c87894a78256b403f07d4ef71f2c87 Mon Sep 17 00:00:00 2001 From: "Mr.j" <2221464500@qq.com> Date: Tue, 12 Aug 2025 14:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=E5=AE=A1=E6=89=B9=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=94=BE=E5=9C=A8=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E6=89=80?= =?UTF-8?q?=E5=9C=A8=E4=B8=8B=E6=8B=89=E6=A1=86=E6=B6=88=E6=81=AF=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E9=87=8C=EF=BC=8C=E9=93=83=E9=93=9B=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E5=A4=84=E6=94=B9=E4=B8=BA=E8=81=8A=E5=A4=A9=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ApprovalMessageItem.vue | 297 ++++++++++++++++++ src/components/NotificationCenter/index.vue | 62 ++-- .../components/HeaderRightBar/index.vue | 103 ++++-- src/types/auto-imports.d.ts | 2 +- src/types/components.d.ts | 61 ---- 5 files changed, 425 insertions(+), 100 deletions(-) create mode 100644 src/components/NotificationCenter/ApprovalMessageItem.vue diff --git a/src/components/NotificationCenter/ApprovalMessageItem.vue b/src/components/NotificationCenter/ApprovalMessageItem.vue new file mode 100644 index 0000000..bd8a07b --- /dev/null +++ b/src/components/NotificationCenter/ApprovalMessageItem.vue @@ -0,0 +1,297 @@ + + + + + diff --git a/src/components/NotificationCenter/index.vue b/src/components/NotificationCenter/index.vue index 948be76..7fb4ccf 100644 --- a/src/components/NotificationCenter/index.vue +++ b/src/components/NotificationCenter/index.vue @@ -1,15 +1,13 @@