完善客户管理

This commit is contained in:
2024-07-10 15:46:38 +08:00
parent 59ead9d68b
commit 7390416c5d
10 changed files with 2382 additions and 1 deletions

View File

@@ -49,7 +49,23 @@ export const constantRoutes = [
}
}]
},
{
path: '/customerInformation',
component: Layout,
redirect: '/customerInformation',
meta: {
title: '客户信息管理'
},
children: [{
path: '/customerInformation/customerInformation',
component: () => import('@/views/customerManagement/customerInformation/customerInformation'),
name: 'CustomerInformation',
meta: {
title: '客户信息管理',
noCache: true
}
}]
},
{
path: '/salesOrder',
component: Layout,