From b7968858014ab02aa91e52e63c2a266963d3a8f9 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 24 八月 2023 18:06:22 +0800 Subject: [PATCH] 4807 4812) --- src/views/client/contacts/DetailContacts.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/client/contacts/DetailContacts.vue b/src/views/client/contacts/DetailContacts.vue index 74d6407..b50c987 100644 --- a/src/views/client/contacts/DetailContacts.vue +++ b/src/views/client/contacts/DetailContacts.vue @@ -10,7 +10,7 @@ <template slot="title"> <div class="header"> <span class="header-label">鑱旂郴浜哄鍚�</span> - <span class="header-title">{{ detailConfig.infomation.contact_name }}</span> + <span class="header-title">{{ detailConfig.infomation.name }}</span> </div> </template> <div class="content"> @@ -112,10 +112,10 @@ <FollowupRecords :isDetail="true" :add-config="addConfig" /> </div> <div v-if="activeName === 'detail'" class="second"> - <SalesDetails :isDetail="true" /> + <SalesDetails :isDetail="true" :add-config="addConfig" /> </div> <div v-if="activeName === 'serviceContract'" class="second"> - <ServiceContract :isDetail="true" /> + <ServiceContract :isDetail="true" :add-config="addConfig" /> </div> </div> </el-drawer> @@ -164,7 +164,9 @@ contact_name: this.detailConfig.infomation.name, client_status_id: this.detailConfig.infomation.Client.client_status_id, contact_id: this.detailConfig.infomation.id, - client_id: this.detailConfig.infomation.client_id + client_id: this.detailConfig.infomation.client_id, + keyword: this.detailConfig.infomation.name, + keywordType: "鑱旂郴浜哄鍚�" } }, mounted() {}, @@ -203,7 +205,7 @@ }, { leftStr: "涓嬫鍥炶鏃ユ湡", - leftValue: "", + leftValue: item.Client.next_visit_time, rightStr: "鏈�鏂拌仈绯绘棩鏈�", rightValue: "" }, -- Gitblit v1.8.0