yangfeng
2023-08-17 79b0a1a4f81ec7750e6deeb02bc9865785b6fee9
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: "签到",
          leftStr: "下次回访日期",
          leftValue: "",
          rightStr: "下次回访日期",
          rightStr: "最新联系日期",
          rightValue: ""
        },
        {
          leftStr: "最新联系日期",
          leftStr: "未联系天数",
          leftValue: "",
          rightStr: "未联系天数",
          rightStr: "",
          rightValue: ""
        }
      ]