{template 'public/header'} {template 'public/comhead'} {if $operation == 'display'}

桌台类型 列表

{loop $list $item} {/loop}
顺序 名字 服务费 最低消费 预订预付款 桌子数量 所属门店 操作
{$item['title']} {if $item['service_rate']>0} {$item['service_rate']}% {else} 无 {/if} {$item['limit_price']} {$item['reservation_price']} {if empty($table_count[$item['id']]['count'])}0{else}{$table_count[$item['id']]['count']}{/if} {$stores[$item['storeid']]['title']} 新建 桌台
{elseif $operation == 'post'}
桌台类型 详情
下单时需要支付的百分比 %,随订单的总金额自动调整
仅预订订座时需要预付款的金额
{/if} {template 'public/footer'}