加载中...
{{ customer.customerName }}
创建于 {{ formatDate(customer.createTime, 'YYYY-MM-DD') }}
{{ statusText(customer.status) }}
联系人
{{ customer.contactName || '-' }}
联系电话
{{ customer.phone || '-' }}
地址信息
省市区
{{ region || '-' }}
街道
{{ customer.street || '-' }}
详细地址
{{ customer.detailAddress || '-' }}
经纬度
{{ customer.latitude || '-' }}, {{ customer.longitude || '-' }}
备注
{{ customer.remark }}
关联项目 / 任务
后端暂未提供按客户筛选的接口,待补充后展示