完善扩展插件机制
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
{if isset($vo['format'])}
|
||||
<td>{$item[$vo['field']]|$vo['format']}</td>
|
||||
{else/}
|
||||
<td>{$item[$vo['field']]}</td>
|
||||
<td>{$item[$vo['field']]|default=''}</td>
|
||||
{/if}
|
||||
{/volist}
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user