{extends file='../layouts/list.html'} {block name=tip}
| ID | {_('用户名')} | {_('交易金额')} | {_('账户余额')} | {_('交易描述')} | {_('交易周期(月)')} | {_('产品订单编号')} | {_('操作员')} | {_('IP')} | {_('交易时间')} | |
|---|---|---|---|---|---|---|---|---|---|---|
| {$m.id} | {'username'|element:$m} | {$m.money|default:'0.00'} | {$m.user_money} | {$m.log_desc} | {if $m.month}{$m.month}{else}-{/if} | {if isset($m.links)} {foreach from=$m.links item=link key=order_sn} #{$order_sn} {/foreach} {else} - {/if} | {$m.admin_username|default:'-'} | {$m.ip|default:'-'} | {'%Y-%m-%d %H:%i:%s'|mdate:$m.time_add} | {if $m.account_id} {_('详情')} {/if} |