mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 20:05:07 +08:00
📖 CRM:线索的转化逻辑
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user