去掉商机

pull/781/head
苑坤 2025-05-25 13:57:42 +08:00
parent d69426f756
commit 25563315ed
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
<FollowUpRecordContactForm @success="del" :contacts="formData.contacts" />
</el-form-item>
</el-col>
<el-col :span="24" v-if="formData.bizType == BizTypeEnum.CRM_CUSTOMER">
<!-- <el-col :span="24" v-if="formData.bizType == BizTypeEnum.CRM_CUSTOMER">
<el-form-item label="关联商机" prop="businessIds">
<el-button @click="handleOpenBusiness">
<Icon class="mr-5px" icon="ep:plus" />
@ -63,7 +63,7 @@
</el-button>
<FollowUpRecordBusinessForm :businesses="formData.businesses" />
</el-form-item>
</el-col>
</el-col>-->
</el-row>
</el-form>
<template #footer>