<{if !$env.get.singleselect}>
<{img app="desktop" src="bundle/arrow-down.gif"}>
|
<{/if}>
<{if $detail_url}>
<{t app="desktop"}>查看<{/t}> |
<{/if}>
<{foreach from=$showColumnsDefines key="columnName" item="columnDefine"}>
<{capture assign="col_class"}>
<{if $columnDefine.orderby}>
<{if $orderBy==$columnDefine.orderby}>
<{if $oderType=="desc"}>
highlight-down borderdown orderable
<{else}>
highlight-up borderdown orderable
<{/if}>
<{else}>
orderable
<{/if}>
<{/if}>
<{/capture}>
|
<{/foreach}>