{extend name='admin@main'} {block name="button"} {if auth("store/express_company/add")} {/if} {if auth("store/express_company/remove")} {/if} {/block} {block name="content"}
{notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
{include file='express_company/index_search'}
快递名称 快递编码 记录状态 创建时间
{$vo.express_title|default=''} {$vo.express_code|default=''} {eq name='vo.status' value='0'}已禁用{else}使用中{/eq}
{$vo.create_at|format_datetime} {if auth("store/express_company/edit")} 编 辑 {/if} {if $vo.status eq 1 and auth("store/express_company/forbid")} 禁 用 {elseif auth("store/express_company/resume")} 启 用 {/if} {if auth("store/express_company/remove")} 删 除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}