From 46ed69e3b72658140a40127f4bae16bef9a02d56 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期一, 21 八月 2023 11:23:34 +0800
Subject: [PATCH] bug修复
---
src/views/client/contacts/DetailContacts.vue | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/views/client/contacts/DetailContacts.vue b/src/views/client/contacts/DetailContacts.vue
index b886609..b375e17 100644
--- a/src/views/client/contacts/DetailContacts.vue
+++ b/src/views/client/contacts/DetailContacts.vue
@@ -157,8 +157,9 @@
created() {
this.setData(this.detailConfig.infomation)
this.addConfig = {
- id_name: "contact_id",
+ id_name: "contact_name",
id: this.detailConfig.infomation.id,
+ common_name: this.detailConfig.infomation.name,
client_name: this.detailConfig.infomation.client_name,
contact_name: this.detailConfig.infomation.name,
client_status_id: this.detailConfig.infomation.Client.client_status_id,
@@ -190,7 +191,7 @@
},
{
leftStr: "棣栬鑱旂郴浜�",
- leftValue: item.is_first,
+ leftValue: item.is_first ? "鏄�" : "鍚�",
rightStr: "寰俊鍙�",
rightValue: item.wechat
},
@@ -201,15 +202,15 @@
rightValue: item.email
},
{
- leftStr: "绛惧埌",
- leftValue: "",
- rightStr: "涓嬫鍥炶鏃ユ湡",
+ leftStr: "涓嬫鍥炶鏃ユ湡",
+ leftValue: item.Client.next_visit_time,
+ rightStr: "鏈�鏂拌仈绯绘棩鏈�",
rightValue: ""
},
{
- leftStr: "鏈�鏂拌仈绯绘棩鏈�",
+ leftStr: "鏈仈绯诲ぉ鏁�",
leftValue: "",
- rightStr: "鏈仈绯诲ぉ鏁�",
+ rightStr: "",
rightValue: ""
}
]
--
Gitblit v1.8.0