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 }}) - -