crm-客户:公海抽离,完善跟进

(cherry picked from commit 5151824110)
This commit is contained in:
puhui999
2024-01-14 20:57:06 +08:00
committed by shizhong
parent bb694349f1
commit 7a8f9b3742
10 changed files with 428 additions and 102 deletions

View File

@ -473,7 +473,8 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '模板装修',
noCache: true,
hidden: true,
activeMenu: '/mall/promotion/diy/template'
// TODO @疯狂:建议 menu 那的 /mall/promotion/diy-template/diy-template 改成 /mall/promotion/diy/template
activeMenu: '/mall/promotion/diy-template/diy-template'
},
component: () => import('@/views/mall/promotion/diy/template/decorate.vue')
},
@ -484,7 +485,8 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '页面装修',
noCache: true,
hidden: true,
activeMenu: '/mall/promotion/diy/page'
// TODO @疯狂:建议 menu 那的 /mall/promotion/diy-template/diy-page 改成 /mall/promotion/diy/page
activeMenu: '/mall/promotion/diy-template/diy-page'
},
component: () => import('@/views/mall/promotion/diy/page/decorate.vue')
}
@ -503,7 +505,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '客户详情',
noCache: true,
hidden: true,
activeMenu: '/crm/customer'
activeMenu: '/crm/customer/index'
},
component: () => import('@/views/crm/customer/detail/index.vue')
},
@ -513,21 +515,9 @@ const remainingRouter: AppRouteRecordRaw[] = [
meta: {
title: '联系人详情',
noCache: true,
hidden: true,
activeMenu: '/crm/contact'
hidden: true
},
component: () => import('@/views/crm/contact/detail/index.vue')
},
{
path: 'product/detail/:id',
name: 'CrmProductDetail',
meta: {
title: '产品详情',
noCache: true,
hidden: true,
activeMenu: '/crm/product'
},
component: () => import('@/views/crm/product/detail/index.vue')
}
]
}