{% extends "base.html" %} {% block title %}桌台管理{% endblock %} {% block content %}

桌台管理

添加新桌台 {% for table in tables %} {% endfor %}
id 桌号 容量 价格倍率 操作
{{ table.table_id }} {{ table.game_table_number }} {{ table.capacity }}人 {{ "%.2f"|format(table.price) }} 编辑
{% endblock %}