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

桌台列表

添加桌台 {% for table in tables %} {% endfor %}
ID 桌号 容量 收款策略 操作
{{ table.table_id }} {{ table.game_table_number }} {{ table.capacity }} {{ table.strategy_name }} 编辑
{% endblock %}