!363 crm:新增跟进组件、转移表单组件封装,完善按钮数据权限控制、客户公海抽离

Merge pull request !363 from puhui999/dev-crm
This commit is contained in:
芋道源码
2024-01-15 04:36:13 +00:00
committed by Gitee
20 changed files with 1293 additions and 198 deletions

View File

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