|
|
@@ -9,7 +9,7 @@
|
|
|
:ownertable="'sys_phonebook'"
|
|
|
:idname="'sys_phonebookid'"
|
|
|
:ownerid="$route.query.id"
|
|
|
- :tabs="['详细信息','关联客户','关联项目']"
|
|
|
+ :tabs="['详细信息','关联线索','关联客户','关联项目']"
|
|
|
:pageChange="true"
|
|
|
@teamList="teamList"
|
|
|
@logSuccess="queryMainData"
|
|
|
@@ -26,9 +26,12 @@
|
|
|
<detailed :detailData="mainData"></detailed>
|
|
|
</div>
|
|
|
<div slot="slot1">
|
|
|
- <customerData :data="mainData"></customerData>
|
|
|
+ <clueData :data="mainData"></clueData>
|
|
|
</div>
|
|
|
<div slot="slot2">
|
|
|
+ <customerData :data="mainData"></customerData>
|
|
|
+ </div>
|
|
|
+ <div slot="slot3">
|
|
|
<projectData :data="mainData"></projectData>
|
|
|
</div>
|
|
|
</basicDetails>
|
|
|
@@ -41,10 +44,11 @@ import projectData from '../modules/projectData'
|
|
|
import basicDetails from '@/components/normal-basic-layout-new/details/index'
|
|
|
import portraitDetail from '@/HDrpManagement/contactProfile/modules/detail.vue'
|
|
|
import edit from '../modules/edit'
|
|
|
+import clueData from '../modules/clueData'
|
|
|
import {mapGetters} from "vuex";
|
|
|
export default {
|
|
|
name: "index",
|
|
|
- components:{detailed,customerData,projectData,edit,basicDetails,portraitDetail},
|
|
|
+ components:{detailed,customerData,projectData,edit,basicDetails,portraitDetail,clueData},
|
|
|
data(){
|
|
|
return {
|
|
|
mainData: {
|