{extend name='main'} {block name="button"} {if auth("rule_add")} {/if} {/block} {block name="content"}
{notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
第几单 佣金类型 佣金 增加做单数 做单类型 做单价格 弹窗图片
{$vo.order_num|default='-'} {$com_types[$vo['commission_type']]} {$vo.commission_value|default='0'}{if $vo.commission_type==0}%{/if} {$vo.add_orders|default='0'} {$order_types[$vo['order_type']]} {$vo.order_price|default='0'} {if $vo.image} {/if} {if auth("rule_edit")} 编辑 {/if} {if auth("rule_remove")} 删除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
请填写好第x单 不要断
{/block}