|
|
|
@ -32,6 +32,7 @@
|
|
|
|
|
<!-- 表头 -->
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th rowspan="2">序号</th>
|
|
|
|
|
<th>游戏名</th>
|
|
|
|
|
<th>游戏合作方</th>
|
|
|
|
|
<th >结算时间</th>
|
|
|
|
@ -64,6 +65,7 @@
|
|
|
|
|
<notemtpy name = "list">
|
|
|
|
|
<volist name="list" id="data">
|
|
|
|
|
<tr style="border-top:dotted 1px #c7c7c7;color: #000;background: #f5f8fa;height: 60px;line-height: 60px;">
|
|
|
|
|
<td rowspan="{$data['row']}">{$i}</td>
|
|
|
|
|
<td>{$data['relation_game_name']}</td>
|
|
|
|
|
<td>{$data['relation_game_partner']}</td>
|
|
|
|
|
<td>{$data['settlement_time']}</td>
|
|
|
|
|