{{section name=loop loop=$list}}
Query#{{$smarty.section.loop.index}}:{{$list[loop].sql}}

affected rows:{{$list[loop].affected_rows}}

{{if $list[loop].type eq 'query'}} {{section name=loop2 loop=$list[loop].fields}} {{/section}} {{if $list[loop].table neq ""}} {{/if}} {{section name=loop3 loop=$list[loop].result}} {{foreach from=$list[loop].result[loop3] item=v key=k}} {{if $k neq "eg_base64_where"}} {{/if}} {{/foreach}} {{if $list[loop].table neq ""}} {{/if}} {{/section}}
{{$list[loop].fields[loop2]}}操作
{{$v}} 编辑 | 删除
{{/if}} {{/section}}