{{ row.company_name || '未命名客户' }}
Score {{ row.score || 0 }}
邮箱
{{ row.email || '-' }}
电话
{{ row.phone || '-' }}
打开次数
{{ formatNumber(row.total_open_count) }}
最近打开
{{ formatDateTime(row.last_opened_at) }}
最近发送
{{ formatDateTime(row.latest_sent_at) }}
回复状态
{{ row.reply_status || 'none' }}