{extend name="../../admin/view/main"} {block name="button"} {/block} {block name='content'}
{include file='payment/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
支付名称 支付通道 支付状态 创建时间
{$vo.name|default=''} {$types[$vo.type]['name']??$vo.type} {if $vo.status eq 0}已禁用{elseif $vo.status eq 1}已激活{/if} {$vo.create_at|format_datetime} {if auth("edit")} 编 辑 {/if} {if auth("state") and $vo.status eq 1} 禁 用 {/if} {if auth("state") and $vo.status eq 0} 激 活 {/if} {if auth("remove")} 删 除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}