📖 CRM:线索的转化逻辑

This commit is contained in:
YunaiV
2024-02-19 20:40:37 +08:00
parent 1047c5b097
commit 0ae6139e92
10 changed files with 309 additions and 11 deletions

View File

@ -496,6 +496,17 @@ const remainingRouter: AppRouteRecordRaw[] = [
name: 'CrmCenter',
meta: { hidden: true },
children: [
{
path: 'clue/detail/:id',
name: 'CrmClueDetail',
meta: {
title: '线索详情',
noCache: true,
hidden: true,
activeMenu: '/crm/clue'
},
component: () => import('@/views/crm/clue/detail/index.vue')
},
{
path: 'customer/detail/:id',
name: 'CrmCustomerDetail',