服务器列表小bug修改

master
duhui 2021-11-03 06:23:50 +08:00
parent abc6f30c08
commit de80f88b6a
3 changed files with 5 additions and 4 deletions

View File

@ -43,8 +43,8 @@
data-live-search="true"
data-width="300px"
data-actions-box="true">
<option th:each="server:${serverInfos}" th:if="${server.status != -2}" th:value="${server.server_id}"
th:text="${server.server_id}+'-'+${server.name}"></option>
<option th:each="server:${serverInfos}" th:if="${server.getStatus() != '-2'}" th:value="${server.getServer_id()}"
th:text="${server.getServer_id()}+'-'+${server.getName()}"></option>
</select>
<select name="status2" class="input-text" id="status2" style="width: 200px;"><!--下拉列表-->
<option value="0">关闭</option>

View File

@ -49,8 +49,8 @@
data-live-search="true"
data-width="300px"
data-actions-box="true">
<option th:each="server:${serverInfo}" th:value="${server.server_id}"
th:text="${server.server_id}+'-'+${server.name}"></option>
<option th:each="server:${serverInfo}" th:value="${server.getServer_id()}"
th:text="${server.getServer_id()}+'-'+${server.getName()}"></option>
</select>
</div>
</div>

View File

@ -31,6 +31,7 @@
<p>2、天眼公会监控</p>
<p>3、服务器列表添加缓存可以使用列表右上角的刷新按钮更新最新数据</p>
<p>4、订单功能无法使用0秒参数bug修改</p>
<p>5、服务器列表小bug修改</p>
</div>
<footer class="footer mt-20">
</footer>