From 8df05f6179d14984e6e3bf5185b16ddaf07e5fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98huanghaiixia=E2=80=99?= <980486410@.com> Date: Fri, 9 Jan 2026 17:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=91=8A=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/header/components/notify/data.ts | 4 +- .../header/components/notify/index.vue | 53 +++++----- .../approve/Appro/components/createForm.vue | 12 ++- .../approve/Appro/components/viewForm.vue | 99 +++++++++++++++++++ .../oaNews/components/newsConfig.ts | 2 +- .../oaNews/components/noticesConfig.ts | 2 +- 6 files changed, 141 insertions(+), 31 deletions(-) create mode 100644 src/views/approve/Appro/components/viewForm.vue diff --git a/src/layouts/default/header/components/notify/data.ts b/src/layouts/default/header/components/notify/data.ts index 2319a55..3c933b2 100644 --- a/src/layouts/default/header/components/notify/data.ts +++ b/src/layouts/default/header/components/notify/data.ts @@ -51,14 +51,14 @@ export const tabListData: TabItem[] = [ // unreadNum: 0, // }, { - key: '4', + key: '3', name: t('工作流'), list: [], read: [], unreadNum: 0, }, { - key: '5', + key: '4', name: t('系统通知'), list: [], unreadNum: 0, diff --git a/src/layouts/default/header/components/notify/index.vue b/src/layouts/default/header/components/notify/index.vue index 47fd531..4bc7c70 100644 --- a/src/layouts/default/header/components/notify/index.vue +++ b/src/layouts/default/header/components/notify/index.vue @@ -12,8 +12,8 @@ {{ item.name }} ({{ item.unreadNum }}) - -