登录
注册
{{ stats.totalCustomers }}
总客户数
{{ stats.byLevel['A 级'] || 0 }}
A 级客户
{{ stats.byLevel['B 级'] || 0 }}
B 级客户
{{ stats.byLevel['C 级'] || 0 }}
C 级客户
姓名 电话 地区 级别 所属用户 操作
{{ customer.name }} {{ String(customer.phone).replace(/\.\d+$/, '') }} {{ (customer.province && customer.city) ? (customer.province + customer.city) : '-' }} {{ customer.level }}

暂无客户数据

点击"添加客户"按钮开始添加您的第一个客户

公海池概览

{{ poolStats.total || 0 }}
公海客户总数
{{ poolStats.recentCount || 0 }}
最近 7 天新增
{{ poolStats.byLevel['A 级'] || 0 }}
A 级客户
{{ poolStats.byLevel['B 级'] || 0 }}
B 级客户
{{ poolStats.byLevel['C 级'] || 0 }}
C 级客户
姓名 电话 地区 级别 放入公海时间 分配 操作
{{ customer.name }} {{ String(customer.phone).replace(/\.\d+$/, '') }} {{ customer.province }}{{ customer.city }} {{ customer.level }} {{ customer.poolDate ? new Date(customer.poolDate).toLocaleString('zh-CN') : '-' }}

公海池空空如也

暂无客户在公海池中,或所有客户已被领取