{% extends 'Mindex.html' %} {% block title %} 景点管理页面 {% endblock %} {% block content %}

景点管理页

{{ nowTime.year}}-{{ nowTime.mon}}-{{ nowTime.day}}
景点管理页
{% for i in MaddressDetailData %} {% endfor %}
景区名称 景点等级 景区地点 景点评分 价格 销量 操作
{{ i.title }} {{ i.level }} {{ i.province }} {{ i.score }} {{ i.price }} 元 {{ i.saleCount }} 元
{% endblock %} {% block echarts %} {% endblock %}