📖 CRM:跟进记录的 code review

(cherry picked from commit 9fa769b16a)
This commit is contained in:
YunaiV
2024-01-15 21:30:25 +08:00
committed by shizhong
parent d9c8135bd8
commit 748eb2b576
15 changed files with 46 additions and 51 deletions

View File

@ -503,7 +503,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '客户详情',
noCache: true,
hidden: true,
activeMenu: '/crm/customer/index'
activeMenu: '/crm/customer'
},
component: () => import('@/views/crm/customer/detail/index.vue')
},