软件下载页面

This commit is contained in:
“wanyongkang”
2023-10-20 15:45:26 +08:00
parent caa077f9ae
commit fc06ffa9c1
4 changed files with 32 additions and 32 deletions

View File

@@ -243,7 +243,6 @@
<th>登录时间</th>
<th>在线时间</th>
<th>服务器Ip</th>
<th>登录ip</th>
<th>上行</th>
<th>下行</th>
<th>操作</th>
@@ -254,7 +253,6 @@
<td>{{item.LoginTime}}</td>
<td>{{item.OnlineTime}}</td>
<td>{{item.ServerIP}}</td>
<td>{{item.LoginIP}}</td>
<td>{{item.UpStream}}</td>
<td>{{item.DownStream}}</td>
<td class="blueT" @@click="killout(item)"> 强制离线</td>