📖 CRM:跟进记录的 code review

This commit is contained in:
YunaiV
2024-01-15 21:30:25 +08:00
parent 163613e90c
commit 9fa769b16a
15 changed files with 40 additions and 44 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')
},