{template 'public/header'} {template 'public/comhead'}
桌台列表
新建桌台 一键清台 批量新增
{loop $list $row}
{if $row['status']==0}
空闲
{elseif $row['status']==1}
已开台
{elseif $row['status']==2}
已下单
{elseif $row['status']==3}
已支付
{/if}
类型:{$row['type_name']}
标签:{$row['tag']}
{$row['name']}
查看订单
{/loop}
{template 'common/footer'}