From acdff03246ce648082192dfb069c3a006a7fbee6 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 09 八月 2023 18:46:06 +0800
Subject: [PATCH] 客户管理模块 批量删除、推进、跟进接口联调

---
 src/views/client/contacts/DetailContacts.vue |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/src/views/client/contacts/DetailContacts.vue b/src/views/client/contacts/DetailContacts.vue
index 97e078c..38a94bb 100644
--- a/src/views/client/contacts/DetailContacts.vue
+++ b/src/views/client/contacts/DetailContacts.vue
@@ -83,7 +83,7 @@
                 <li>
                   <div class="left remark">
                     <div class="content-title">{{ "澶囨敞锛�" }}</div>
-                    <div class="content-data">{{ "澶囨敞鍐呭" }}</div>
+                    <div class="content-data">{{ detailConfig.infomation.desc }}</div>
                   </div>
                 </li>
               </ul>
@@ -154,41 +154,41 @@
     }
   },
   created() {
-    this.setData()
+    this.setData(this.detailConfig.infomation)
   },
   mounted() {},
   methods: {
-    setData() {
+    setData(item) {
       this.basicInfoList = [
         {
           leftStr: "鑱旂郴浜哄鍚�",
-          leftValue: "",
+          leftValue: item.name,
           rightStr: "鑱旂郴浜虹紪鍙�",
-          rightValue: ""
+          rightValue: item.number
         },
         {
           leftStr: "瀹㈡埛鍚嶇О",
-          leftValue: "",
+          leftValue: item.Client.name,
           rightStr: "鎵嬫満",
-          rightValue: ""
+          rightValue: item.phone
         },
         {
           leftStr: "鑱屽姟",
-          leftValue: "",
+          leftValue: item.position,
           rightStr: "閿�鍞礋璐d汉",
-          rightValue: ""
+          rightValue: item.member_id
         },
         {
           leftStr: "棣栬鑱旂郴浜�",
-          leftValue: "",
+          leftValue: item.is_first,
           rightStr: "寰俊鍙�",
-          rightValue: ""
+          rightValue: item.wechat
         },
         {
           leftStr: "鐢熸棩",
-          leftValue: "",
+          leftValue: item.birthday,
           rightStr: "鑱旂郴浜篍mail",
-          rightValue: ""
+          rightValue: item.email
         },
         {
           leftStr: "绛惧埌",
@@ -206,15 +206,15 @@
       this.addressInfoList = [
         {
           leftStr: "鍥藉",
-          leftValue: "",
+          leftValue: item.Country.name,
           rightStr: "鐪佷唤",
-          rightValue: ""
+          rightValue: item.Province.name
         },
         {
           leftStr: "鍩庡競",
-          leftValue: "",
+          leftValue: item.City.name,
           rightStr: "鍖哄煙",
-          rightValue: ""
+          rightValue: item.Region.name
         },
         {
           leftStr: "閭紪",
@@ -331,7 +331,7 @@
                 align-items: center;
                 height: 40px;
                 .content-title {
-                  width: 220px;
+                  width: 320px;
                   text-align: right;
                   color: #555;
                 }

--
Gitblit v1.8.0