|
|
@ -133,6 +133,7 @@
|
|
|
|
<th>最近登录IP</th>
|
|
|
|
<th>最近登录IP</th>
|
|
|
|
|
|
|
|
|
|
|
|
<th>平台</th>
|
|
|
|
<th>平台</th>
|
|
|
|
|
|
|
|
<th>区服ID</th>
|
|
|
|
<th>游戏区服</th>
|
|
|
|
<th>游戏区服</th>
|
|
|
|
<th>角色名</th>
|
|
|
|
<th>角色名</th>
|
|
|
|
<th class="sort" sort-name="role_level" class="title-cursor-pointer">等级
|
|
|
|
<th class="sort" sort-name="role_level" class="title-cursor-pointer">等级
|
|
|
@ -176,6 +177,7 @@
|
|
|
|
<td>{$record.login_ip}</td>
|
|
|
|
<td>{$record.login_ip}</td>
|
|
|
|
|
|
|
|
|
|
|
|
<td>{:getSDKTypeName($record['sdk_version'])}</td>
|
|
|
|
<td>{:getSDKTypeName($record['sdk_version'])}</td>
|
|
|
|
|
|
|
|
<td>{$record.server_id}</td>
|
|
|
|
<td>{$record.server_name}</td>
|
|
|
|
<td>{$record.server_name}</td>
|
|
|
|
<td>{$record.role_name}</td>
|
|
|
|
<td>{$record.role_name}</td>
|
|
|
|
<td>{$record.role_level}</td>
|
|
|
|
<td>{$record.role_level}</td>
|
|
|
|