{% extends "base.html" %} {% block title %}配置类型 - 配置中心{% endblock %} {% block content %}

配置类型

{% for type in types %} {% endfor %}
类型名称 描述 创建时间 操作
{{ type.type_name }} {{ type.description }} {{ type.created_at.strftime('%Y-%m-%d %H:%M:%S') }}
{% endblock %} {% block extra_js %} {% endblock %}