Commit 5efe5595 authored by 邓春圆's avatar 邓春圆

待分配客户列表编辑,可以修改客户经理3

parent e5f21a01
......@@ -264,6 +264,12 @@ export const constantRoutes = [
props: true,
name: 'customerEdit',
meta: {title:'编辑客户',titleEn:'Edit Customer', icon: ''}
},{
path: 'edit-distribution/:customerId(\\d+)',
component: (resolve) => import('@/views/ecw/customer/edit'),
props: true,
name: 'allocatedCustomerEdit',
meta: {title:'编辑客户',titleEn:'Edit Customer', icon: ''}
},
{
path: 'add-edit/:customerId(\\d+)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment