yangfeng
2023-08-21 46ed69e3b72658140a40127f4bae16bef9a02d56
src/views/client/contacts/DetailContacts.vue
@@ -191,7 +191,7 @@
        },
        {
          leftStr: "首要联系人",
          leftValue: item.is_first,
          leftValue: item.is_first ? "是" : "否",
          rightStr: "微信号",
          rightValue: item.wechat
        },
@@ -202,15 +202,15 @@
          rightValue: item.email
        },
        {
          leftStr: "签到",
          leftValue: "",
          rightStr: "下次回访日期",
          leftStr: "下次回访日期",
          leftValue: item.Client.next_visit_time,
          rightStr: "最新联系日期",
          rightValue: ""
        },
        {
          leftStr: "最新联系日期",
          leftStr: "未联系天数",
          leftValue: "",
          rightStr: "未联系天数",
          rightStr: "",
          rightValue: ""
        }
      ]