feat:【ele】【crm】clue 迁移

This commit is contained in:
YunaiV
2025-11-18 08:57:22 +08:00
parent 4c37f5f0ac
commit 0b20f69a68
9 changed files with 932 additions and 11 deletions

View File

@@ -11,15 +11,15 @@ const routes: RouteRecordRaw[] = [
hideInMenu: true,
},
children: [
// {
// path: 'clue/detail/:id',
// name: 'CrmClueDetail',
// meta: {
// title: '线索详情',
// activePath: '/crm/clue',
// },
// component: () => import('#/views/crm/clue/detail/index.vue'),
// },
{
path: 'clue/detail/:id',
name: 'CrmClueDetail',
meta: {
title: '线索详情',
activePath: '/crm/clue',
},
component: () => import('#/views/crm/clue/detail/index.vue'),
},
// {
// path: 'customer/detail/:id',
// name: 'CrmCustomerDetail',