基本信息
{{ customerInfo.phone }}
{{ customerInfo.name }}
{{ customerInfo.time }}
{{ customerInfo.source }}
{{ customerInfo.sex }}
{{ customerInfo.birthday ? customerInfo.birthday : '—' }}
{{ customerInfo.labelName ? customerInfo.labelName : '—' }}
{{ customerInfo.remark ? customerInfo.remark : '无' }}
交易信息
累积消费金额(元)
{{ customerInfo.total ? customerInfo.total : '0' }}
累计消费订单数
{{ customerInfo.frequency ? customerInfo.frequency : '0' }}
最近下单时间
{{ customerInfo.lastTime ? customerInfo.lastTime : '—' }}
累计退款金额
{{ customerInfo.refundMoney ? customerInfo.refundMoney : '0' }}
累计退款订单数
{{ customerInfo.refunds ? customerInfo.refunds : '0' }}