{extends file='../layouts/index.html'} {block name=body}
{include file='../blocks/btn.html'}
{_('优化:当某个表存在碎片时,优化释放,可提升性能!')}
{_('修复:当某个表损坏时(一般需要技术判断),可尝试修复!')}
{form_open('','id="formList" class="m-b-none" target="iframeNew"')}
{foreach from=$list item=m} {/foreach}
{_('表名')}
{'table'|element:$m} {_('优化')} | {_('修复')}
{form_close()}
{/block}