|
|
|
@ -98,9 +98,9 @@
|
|
|
|
|
<!-- 表头 -->
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>
|
|
|
|
|
<!-- <th>
|
|
|
|
|
<input class="check-all" type="checkbox">
|
|
|
|
|
</th>
|
|
|
|
|
</th> -->
|
|
|
|
|
<th>游戏类型</th>
|
|
|
|
|
<th>现包名</th>
|
|
|
|
|
<th>原包名</th>
|
|
|
|
@ -121,13 +121,13 @@
|
|
|
|
|
<else/>
|
|
|
|
|
<volist name="data" id="data">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<!-- <td>
|
|
|
|
|
<eq name="record.status" value="0">
|
|
|
|
|
<input class="ids" type="checkbox" value="{$record['id']}" name="ids[]">
|
|
|
|
|
<else />
|
|
|
|
|
<input class="ids disabled" disabled="disabled" type="checkbox" value="{$record['id']}" name="ids[]">
|
|
|
|
|
</eq>
|
|
|
|
|
</td>
|
|
|
|
|
</td> -->
|
|
|
|
|
<td>{$data.game_type_name}</td>
|
|
|
|
|
<td>{$data.relation_game_name}</td>
|
|
|
|
|
<td>{$data.original_package_name}</td>
|
|
|
|
|