{{to content}}
{{$topTitle}} {{if !isset($_GET['full']) }}{{/if}}
{{loop $search $input}}
{{if $input['type'] == 'select' }} {{elseif $input['type'] == 'textarea' }} {{elseif $input['type'] == 'editor' }} {{elseif in_array($input['type'], ['checkbox', 'radio'])}} {{else}} {{/if}}
{{/loop}} {{if count($search) > 0}}
{{/if}} {{loop $buttons $button}}
{{if in_array($button['type'], ['add', 'edit']) }} {{elseif in_array($button['type'], ['del', 'disable']) }} {{elseif $button['type'] == 'newTab'}} {{/if}}
{{/loop}}
{{loop $table $column}} {{/loop}} {{loop $table $column}} {{/loop}}
{{$column.text}}
{{if $column['type'] == 1 }} {{item.{{$column.name}}}} {{elseif $column['type'] == 2}} {{ item.{{$column.name}} ? '' : 'ဆ' }} {{elseif $column['type'] ==3 }} {{loop $column['buttons'] $button}} {{if in_array($button['type'], ['add', 'edit']) }} {{elseif $button['type'] == 'del' }} {{elseif $button['type'] == 'disable' }} {{elseif $button['type'] == 'newTab'}} {{/if}} {{/loop}} {{elseif $column['type'] == 5}} {{elseif $column['type'] == 6}} {{elseif $column['type'] == 7}} {{item.{{$column.name}}}} {{elseif $column['type'] == 8}} {{/if}}
{{if $checkAll !== false}}
{{loop $checkAll['buttons'] $button}} {{if $button['type'] == 'del' }} {{elseif $button['type'] == 'disable' }} {{/if}} {{/loop}}
{{/if}}
{{totalNum}}条数据
{{/to}} {{to js}} {{/to}}