|
|
|
@ -148,6 +148,7 @@ text-indent:0;
|
|
|
|
|
</th>
|
|
|
|
|
<th>游戏ID</th>
|
|
|
|
|
<th>游戏名称</th>
|
|
|
|
|
<th>归属识别号</th>
|
|
|
|
|
<th>运营平台</th>
|
|
|
|
|
<th>混服管理</th>
|
|
|
|
|
<th>游戏类型</th>
|
|
|
|
@ -173,6 +174,7 @@ text-indent:0;
|
|
|
|
|
<td><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>
|
|
|
|
|
<td>{$data.id}</td>
|
|
|
|
|
<td>{$data.game_name}</td>
|
|
|
|
|
<td>{$data.unique_code|default="无"}</td>
|
|
|
|
|
<td class="">{:get_systems_name($data['sdk_version'])}</td>
|
|
|
|
|
<td>{:getServerType($data['server_type'])}</td>
|
|
|
|
|
|
|
|
|
|