{% extends "cms/materialpro/base.html" %} {% block extra_css %} {% endblock %} {% block content %}

欢迎回来,管理员 👋

杭州艾瑞浮环保科技有限公司 · CMS 管理后台

{{ page_count }}

页面总数

{{ inquiry_new }}

待处理需求

{{ media_count }}

媒体文件

{{ customer_count }}

注册客户

需求趋势

行业分布

最新需求询价

查看全部
{% for inq in recent_inquiries %} {% else %} {% endfor %}
# 公司名称 联系人 行业类型 电话 状态 提交时间 操作
{{ inq.id }} {{ inq.company or '-' }} {{ inq.contact_name or '-' }} {{ inq.industry }} {{ inq.phone or '-' }} {% if inq.status == 'pending' %} 待处理 {% elif inq.status == 'processing' %} 处理中 {% elif inq.status == 'quoted' %} 已报价 {% elif inq.status == 'won' %} 已成交 {% else %} {{ inq.status }} {% endif %} {{ inq.created_at[:16] if inq.created_at else '-' }}
暂无数据 · 查看前台询价表单
{% endblock %} {% block extra_js %} {% endblock %}