From 673f87fdd6538709e320de0854fd4add82121644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98huanghaiixia=E2=80=99?= <980486410@.com> Date: Mon, 12 Jan 2026 17:49:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=AE=A1=E6=89=B9=E6=B5=81?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= 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 | 68 +++++++++++++++---- .../ContractFact/components/createForm.vue | 3 +- .../sales/Customer/components/createForm.vue | 6 +- src/views/secondDev/approveFlowPage.vue | 15 ++-- src/views/secondDev/createFlow.vue | 8 ++- .../Supplier/components/createForm.vue | 3 +- 7 files changed, 79 insertions(+), 28 deletions(-) diff --git a/src/layouts/default/header/components/notify/data.ts b/src/layouts/default/header/components/notify/data.ts index 3c933b2..f1de502 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: '3', + key: '3', // 4 name: t('工作流'), list: [], read: [], unreadNum: 0, }, { - key: '4', + key: '4', // 5 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 4bc7c70..193cd2b 100644 --- a/src/layouts/default/header/components/notify/index.vue +++ b/src/layouts/default/header/components/notify/index.vue @@ -101,7 +101,7 @@ @click=" () => { it.read = 1; - setReadSingle(it.id, item.key); + setReadSingle(it.id, item.key, it); } " > @@ -115,7 +115,19 @@ + + + {{ t('查看更多') }} 》 + + @@ -148,6 +160,9 @@ /> + + +