{% extends "base.html" %} {% block title %}公司系统对接 - 本地贷款CRM{% endblock %} {% block header_title %}公司系统对接{% endblock %} {% block content %}
{{ c.phone or '-' }} · {{ c.avatar_stage }} · {{ c.sync_status or 'not_synced' }}
暂无待同步客户
给客户打上 [可入公司] 标签后出现在这里
{{ c.last_push_at[:16] if c.last_push_at else '-' }} 推送 · {{ c.last_pull_at[:16] if c.last_pull_at else '-' }} 拉取
暂无已同步客户
| 时间 | 客户 | 方向 | 类型 | 摘要 | 结果 |
|---|---|---|---|---|---|
| {{ l.created_at[:16] if l.created_at else '' }} | {{ l.customer_name or '-' }} | {{ '📤推送' if l.direction == 'push' else '📥拉取' }} | {{ l.sync_type }} | {{ l.content_summary or '-' }} | {{ l.result }} |
暂无同步记录
{% endif %}