数据列表 导出
{loop $tableHead as $th} {/loop} {loop $dataList as $data} {loop $tableHead as $th} {if $th['type']=='multiselect'} {elseif $th['type']=='file'} {else} {/if} {/loop} {/loop}
ID 用户名{$th['name']}提交时间 是否支付
{$data['id']} {$data['user']['nickname']}{implode('/',json_decode($data['data'][$th['id']],true))} {loop json_decode($data['data'][$th['id']]) as $img} {/loop} {$data['data'][$th['id']]}{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}