ID |
用户名 |
{loop $tableHead as $th}
{$th['name']} |
{/loop}
提交时间 |
是否支付 |
{loop $dataList as $data}
{$data['id']} |
{$data['user']['nickname']} |
{loop $tableHead as $th}
{if $th['type']=='multiselect'}
{implode('/',json_decode($data['data'][$th['id']],true))} |
{elseif $th['type']=='file'}
{loop json_decode($data['data'][$th['id']]) as $img}
{/loop}
|
{else}
{$data['data'][$th['id']]} |
{/if}
{/loop}
{date('Y-m-d H:i:s',$data['ctime'])} |
{if !$data['need_pay']}
无需支付
{elseif $data['need_pay'] && !$data['is_pay']}
未支付
{else}
已支付¥{$data['pay_amount']}
{/if}
|
{/loop}