feat:【antd】【crm】产品的列表、详情优化

This commit is contained in:
YunaiV
2025-09-28 13:02:10 +08:00
parent 43c3169c54
commit ee3af0293b
12 changed files with 38 additions and 43 deletions

View File

@@ -82,7 +82,7 @@ const routes: RouteRecordRaw[] = [
title: '产品详情',
activePath: '/crm/product',
},
component: () => import('#/views/crm/product/modules/detail.vue'),
component: () => import('#/views/crm/product/detail/index.vue'),
},
],
},