| 客户名称 | 客户级别 | VIP等级 | 专属负责人 | VIP生效时间 | 状态 | 操作 |
|---|---|---|---|---|---|---|
| {{ customer.name }} | {{ customer.level === 'normal' ? '普通' : (customer.level === 'vip' ? 'VIP' : 'SVIP') }} | {{ customer.vipLevel === 'vip' ? 'VIP' : 'SVIP' }} - | {{ customer.manager || '-' }} | {{ customer.effectiveTime ? formatTime(customer.effectiveTime) : '-' }} | {{ customer.status === 'enabled' ? '已启用' : '已停用' }} |