mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
✨ CRM:完善 CRM 相关实现
This commit is contained in:
@ -539,18 +539,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
},
|
||||
component: () => import('@/views/crm/contract/detail/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'contract/detail',
|
||||
name: 'CrmContractDetail2', // 特殊:用于适配 BPM 打开详情
|
||||
meta: {
|
||||
title: '合同详情XXX',
|
||||
noCache: true,
|
||||
hidden: true,
|
||||
canTo: true,
|
||||
activeMenu: '/crm/contract'
|
||||
},
|
||||
component: () => import('@/views/crm/contract/detail/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'contact/detail/:id',
|
||||
name: 'CrmContactDetail',
|
||||
|
Reference in New Issue
Block a user