src/views/crm/business/detail/index.vue
@@ -87,7 +87,9 @@ /** 转移商机 */ function handleTransfer() { transferModalApi.setData({ bizType: BizTypeEnum.CRM_BUSINESS }).open(); transferModalApi .setData({ id: businessId.value, bizType: BizTypeEnum.CRM_BUSINESS }) .open(); } /** 更新商机状态操作 */ @@ -160,6 +162,9 @@ <ContractDetailsList :biz-id="businessId" :biz-type="BizTypeEnum.CRM_BUSINESS" :customer-id="business.customerId" :customer-name="business.customerName" :business-name="business.name" /> </Tabs.TabPane> <Tabs.TabPane tab="操作日志" key="6" :force-render="true">