{% extends "base.html" %} {% block content %}

Vehicle

载具成本目录

支持分页、来源筛选、成本排序与编辑。

总记录 {{ total_catalog_count }}
当前结果 {{ total_count }}
当前页 {{ page }} / {{ total_pages }}

Actions

新增内容

新增载具成本
重置
{% if rows %}
{% for row in rows %} {% endfor %}
Vehicle Launch Price Source Action
{{ row.vehicle_name }} {{ row.launch_price if row.launch_price is not none else '-' }} {{ row.source or '-' }}
编辑
{% if total_pages > 1 %} {% endif %} {% else %}

没有命中结果

调整筛选条件或重置后重试。

{% endif %}
{% endblock %}