{extend name="layout/content"} {block name="content"}
基础信息
    {volist name="row.files" id="file"}
  • {if condition="strtoupper($file['ext']) eq 'PDF'"} {else/} {if condition="in_array(strtoupper($file['ext']),['XLS','XLSX'])"} {else/} {/if} {/if}
  • {/volist}
日志
{/block}