| | |
| | | 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, |
| | |
| | | }, |
| | | { |
| | | leftStr: "首要联系人", |
| | | leftValue: item.is_first, |
| | | leftValue: item.is_first ? "是" : "否", |
| | | rightStr: "微信号", |
| | | rightValue: item.wechat |
| | | }, |
| | |
| | | rightValue: item.email |
| | | }, |
| | | { |
| | | leftStr: "签到", |
| | | leftValue: "", |
| | | rightStr: "下次回访日期", |
| | | leftStr: "下次回访日期", |
| | | leftValue: item.Client.next_visit_time, |
| | | rightStr: "最新联系日期", |
| | | rightValue: "" |
| | | }, |
| | | { |
| | | leftStr: "最新联系日期", |
| | | leftStr: "未联系天数", |
| | | leftValue: "", |
| | | rightStr: "未联系天数", |
| | | rightStr: "", |
| | | rightValue: "" |
| | | } |
| | | ] |