feat:【ele】【crm】customer 的迁移初始化

This commit is contained in:
YunaiV
2025-11-19 08:12:39 +08:00
parent 37e6775282
commit 20f0ed8415
16 changed files with 2165 additions and 9 deletions

View File

@@ -20,15 +20,15 @@ const routes: RouteRecordRaw[] = [
},
component: () => import('#/views/crm/clue/detail/index.vue'),
},
// {
// path: 'customer/detail/:id',
// name: 'CrmCustomerDetail',
// meta: {
// title: '客户详情',
// activePath: '/crm/customer',
// },
// component: () => import('#/views/crm/customer/detail/index.vue'),
// },
{
path: 'customer/detail/:id',
name: 'CrmCustomerDetail',
meta: {
title: '客户详情',
activePath: '/crm/customer',
},
component: () => import('#/views/crm/customer/detail/index.vue'),
},
{
path: 'business/detail/:id',
name: 'CrmBusinessDetail',