diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 43535cc3..08d5db98 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -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', diff --git a/src/views/bpm/processInstance/detail/index.vue b/src/views/bpm/processInstance/detail/index.vue index ba6c1298..074d1329 100644 --- a/src/views/bpm/processInstance/detail/index.vue +++ b/src/views/bpm/processInstance/detail/index.vue @@ -234,6 +234,7 @@ const getProcessInstance = async () => { fApi.value?.fapi?.disabled(true) }) } else { + // 注意:data.processDefinition.formCustomViewPath 是组件的全路径,例如说:/crm/contract/detail/index.vue BusinessFormComponent.value = registerComponent(data.processDefinition.formCustomViewPath) } diff --git a/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue b/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue index 2f650847..17f8df6b 100644 --- a/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue +++ b/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue @@ -29,32 +29,31 @@ - - + - - - - - - + + + + - + + + + + + - + + + + + + + @@ -90,8 +100,6 @@ prop="createTime" width="180px" /> - - diff --git a/src/views/crm/business/detail/index.vue b/src/views/crm/business/detail/index.vue index 7ef2b3a0..ab52c3c7 100644 --- a/src/views/crm/business/detail/index.vue +++ b/src/views/crm/business/detail/index.vue @@ -31,10 +31,11 @@ :customer-id="business.customerId" /> - + + 123 @@ -51,8 +52,8 @@ - - + + diff --git a/src/views/crm/contract/detail/index.vue b/src/views/crm/contract/detail/index.vue index c5d8c050..0ab33888 100644 --- a/src/views/crm/contract/detail/index.vue +++ b/src/views/crm/contract/detail/index.vue @@ -19,6 +19,8 @@ + + 123 - +