基本信息
{{ customer.name }}
{{ customer.mobile }}
{{ customer.telephone }}
{{ customer.email }}
{{ customer.qq }}
{{ customer.wechat }}
{{ customer.website }}
{{ customer.areaName }}
{{ customer.detailAddress }}
{{
customer.contactNextTime ? formatDate(customer.contactNextTime, 'YYYY-MM-DD') : '空'
}}
{{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }}
{{ customer.description }}
{{ customer.remark }}
系统信息
{{ customer.ownerUserName }}
{{ customer.creatorName }}
{{ customer.createTime ? formatDate(customer.createTime) : '空' }}
{{ customer.updateTime ? formatDate(customer.updateTime) : '空' }}