{% extends 'Mindex.html' %} {% block title %} 用户购票管理页面 {% endblock %} {% block content %}

用户购票管理页

{{ nowTime.year}}-{{ nowTime.mon}}-{{ nowTime.day}}
用户详情页
{% for i in userDetailData %} {% endfor %}
景区名称 预约时间 真实姓名 身份证号 联系方式 操作
{{ i.title }} {{ i.day }} {{ i.name }} {{ i.Idcard }} {{ i.connection }}
{% endblock %} {% block echarts %} {% endblock %}