From a0dcd39c23fff670c16e5c4fb96ce5654b3d0142 Mon Sep 17 00:00:00 2001 From: dk <1260500659@qq.com> Date: Tue, 7 Jul 2026 16:51:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(performance=E3=80=81notify=E3=80=81weekly)?= =?UTF-8?q?:=20=E6=B7=BB=E5=8A=A0=E7=BB=A9=E6=95=88=E8=80=83=E6=A0=B8?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E3=80=81=E9=80=9A=E7=9F=A5=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E3=80=81=E4=BC=98=E5=8C=96=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=88=86=E5=89=B2=E9=80=BB=E8=BE=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/notification-bell.vue | 165 +++++++++++++++++- src/typings/api/notify-message.d.ts | 16 ++ .../performance-excel-editor-drawer.vue | 63 +++++-- .../monthly/modules/approval-page.vue | 110 ++++++++++-- .../work-report/weekly/modules/fill-page.vue | 7 +- .../execution/modules/task-workspace.vue | 3 +- 6 files changed, 330 insertions(+), 34 deletions(-) diff --git a/src/layouts/modules/global-header/components/notification-bell.vue b/src/layouts/modules/global-header/components/notification-bell.vue index 0d9bb3d..e1b6ab3 100644 --- a/src/layouts/modules/global-header/components/notification-bell.vue +++ b/src/layouts/modules/global-header/components/notification-bell.vue @@ -1,6 +1,8 @@