| | |
| | | </div> |
| | | </div> |
| | | <div v-if="activeName === 'second'" class="second"> |
| | | <FollowupRecords :isDetail="true" /> |
| | | <FollowupRecords |
| | | :isDetail="true" |
| | | :follow-record="detailConfig.infomation.FollowRecord" |
| | | :add-config="addConfig" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </el-drawer> |
| | |
| | | isAddressExpand: true, // 地址信息 |
| | | addressInfoList: [], |
| | | isRemarkExpand: true, // 备注信息 |
| | | remarkInfoList: [] |
| | | remarkInfoList: [], |
| | | addConfig: {} |
| | | } |
| | | }, |
| | | created() { |
| | | this.setData() |
| | | this.addConfig = { |
| | | sealsLead: this.detailConfig.infomation.id, |
| | | sales_leads_name: this.detailConfig.infomation.name |
| | | } |
| | | }, |
| | | mounted() {}, |
| | | methods: { |