feat:【antd】【crm】客户的列表的重构

This commit is contained in:
YunaiV
2025-09-27 16:36:18 +08:00
parent 06633c336e
commit 09abc9cead
12 changed files with 174 additions and 593 deletions

View File

@@ -27,7 +27,7 @@ const routes: RouteRecordRaw[] = [
title: '客户详情',
activePath: '/crm/customer',
},
component: () => import('#/views/crm/customer/modules/detail.vue'),
component: () => import('#/views/crm/customer/detail/index.vue'),
},
{
path: 'business/detail/:id',