|
|
|
@ -109,7 +109,7 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<td>{$data.user_id}</td>
|
|
|
|
|
<td>{$data.user_account}</td>
|
|
|
|
|
<td>{$data.bind_balance}</td>
|
|
|
|
|
<td>{$data.after_value}</td>
|
|
|
|
|
<td><span>{$data.spend_amount}</span></td>
|
|
|
|
|
<td>{$data.deposit_amount}</td>
|
|
|
|
|
<td>{$data.coin_amount}</td>
|
|
|
|
@ -122,10 +122,10 @@
|
|
|
|
|
</empty>
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">汇总(检索时间内所有数据的统计)</td>
|
|
|
|
|
<td>{$total_bind_balance}</td>
|
|
|
|
|
<td>{$totalSpend}</td>
|
|
|
|
|
<td>{$banlaceTotal}</td>
|
|
|
|
|
<td>{$total}</td>
|
|
|
|
|
<td>{$totalPromoteCoin}</td>
|
|
|
|
|
<td>{$deposit}</td>
|
|
|
|
|
<td>{$promoteCoin}</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|