yangfeng
2023-08-21 46ed69e3b72658140a40127f4bae16bef9a02d56
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: ""
        }
      ]