{% extends "base.html" %} {% block content %} Vehicle 载具成本目录 支持分页、来源筛选、成本排序与编辑。 总记录 {{ total_catalog_count }} 当前结果 {{ total_count }} 当前页 {{ page }} / {{ total_pages }} Actions 新增内容 新增载具成本 全部来源 {% for option in source_options %} {{ option }} {% endfor %} {% for option in sort_options %} {{ option.label }} {% endfor %} 应用 重置 {% if rows %} Vehicle Launch Price Source Action {% for row in rows %} {{ row.vehicle_name }} {{ row.launch_price if row.launch_price is not none else '-' }} {{ row.source or '-' }} 编辑 删除 {% endfor %} {% if total_pages > 1 %} {% if has_prev %} 上一页 {% else %} 上一页 {% endif %} {% for item in page_links %} {% if item.ellipsis %} ... {% elif item.current %} {{ item.number }} {% else %} {{ item.number }} {% endif %} {% endfor %} {% if has_next %} 下一页 {% else %} 下一页 {% endif %} {% endif %} {% else %} 没有命中结果 调整筛选条件或重置后重试。 {% endif %} {% endblock %}
Vehicle
支持分页、来源筛选、成本排序与编辑。
Actions
调整筛选条件或重置后重试。