{% extends "base.html" %} {% from "_datetime_picker_field.html" import datetime_picker_field %} {% block content %} {% include "_mission_ops_tabs.html" %} {% include "_mission_preview_header.html" %} Actions 新增内容 新增任务资产 导入 Log Book 全部类型 {% for option in asset_type_options %} {{ option }} {% endfor %} {% for option in sort_options %} {{ option.label }} {% endfor %} 应用 重置 {% if rows %} Asset Type Program Current Event Next Event Entries Action {% for row in rows %} {{ row.asset.name }} {{ row.asset.asset_type }} {{ row.asset.program or '-' }} {{ row.current_event }} {{ row.next_event }} {{ row.entry_count }} 编辑 加条目 {% 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 %}
Actions
调整筛选条件或重置后重试。