From b3755db6a7369d01e111a7641e0fe76905e03a21 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Thu, 26 Dec 2024 13:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Navmenu/index.vue | 6 +- src/components/equipCardHall/index.vue | 5 + src/http/api/personalCenter/index.ts | 9 ++ src/store/user.ts | 2 +- .../cart/components/date-picker-button.vue | 7 +- src/views/cart/index.vue | 6 +- src/views/enterpriseZone/index.vue | 51 +++++--- src/views/equip/list.vue | 1 + src/views/user/goodsManagement/index.vue | 8 +- src/views/user/personalCenter/index.vue | 123 ++++++++++++------ 10 files changed, 144 insertions(+), 74 deletions(-) diff --git a/src/components/Navmenu/index.vue b/src/components/Navmenu/index.vue index 079be60..48bdeda 100644 --- a/src/components/Navmenu/index.vue +++ b/src/components/Navmenu/index.vue @@ -10,7 +10,7 @@ const route = useRoute() // // { name: '装备管理', routerName: '/home' }, // { name: '订单管理', routerName: '/home' }, // // { name: '基础管理', routerName: '/home' }, -// { name: '消息通知', routerName: 'enterpriseZone' }, +// { name: '通知', routerName: 'enterpriseZone' }, // // { name: '综合查询', routerName: 'enterpriseZone' }, // ] @@ -25,7 +25,7 @@ const navMenuList = computed(() => { { name: '装备管理', routerName: 'goodsManagement' }, { name: '订单管理', routerName: 'orderManagementCz' }, { name: '接单管理', routerName: 'accept-orders' }, - { name: '消息通知', routerName: 'enterpriseZone' }, + { name: '通知', routerName: 'enterpriseZone' }, ] if (isType == 2) return [ @@ -34,7 +34,7 @@ const navMenuList = computed(() => { { name: '租赁需求大厅', routerName: 'parity' }, { name: '订单管理', routerName: 'orderManagement' }, { name: '需求管理', routerName: 'sourcingNeed' }, - { name: '消息通知', routerName: 'enterpriseZone' }, + { name: '通知', routerName: 'enterpriseZone' }, ] }) diff --git a/src/components/equipCardHall/index.vue b/src/components/equipCardHall/index.vue index 3e83507..1016c72 100644 --- a/src/components/equipCardHall/index.vue +++ b/src/components/equipCardHall/index.vue @@ -4,6 +4,7 @@