{% extends "cms/base.html" %} {% block title %}需求管理 - ARIFU CMS{% endblock %} {% set active='inquiries' %} {% block content %}
| ID | 行业 | 公司 | 联系人 | 电话 | 状态 | 时间 | 操作 |
|---|---|---|---|---|---|---|---|
| #{{ i.id }} | {{ i.industry_type_icon | safe }} {{ i.industry_label or i.industry_type }} | {{ i.company or '—' }} | {{ i.contact_name or '—' }} | {{ i.contact_phone or '—' }} | {{ i.created_at[:10] }} |