细节修改

master
duhui 2022-05-23 10:49:56 +08:00
parent 9749283319
commit 5812794def
2 changed files with 4 additions and 3 deletions

View File

@ -47,7 +47,7 @@
<span class="c-red">*</span>
服务器id</label>
<div class="formControls col-xs-8 col-sm-9">
<input type="text" name="server_id" placeholder="" th:value="*{getServer_id()}" class="input-text" readonly />
<input type="text" name="server_id" placeholder="" th:value="*{getServer_id()}" class="input-text" readonly style="background-color: #c3c3c3" />
</div>
</div>
<div class="row cl">
@ -141,7 +141,8 @@
<span class="c-red">*</span>
开服时间:</label>
<div class="formControls col-xs-8 col-sm-9">
<input type="text" name="openTime" placeholder="格式必须为yyyy-MM-dd HH:mm:ss" th:value="*{getOpenTime()}" class="input-text"/>
<input th:if="*{getStatus().equals('-2')}" type="text" name="openTime" placeholder="格式必须为yyyy-MM-dd HH:mm:ss" th:value="*{getOpenTime()}" class="input-text" />
<input th:if="*{!getStatus().equals('-2')}" type="text" name="openTime" placeholder="格式必须为yyyy-MM-dd HH:mm:ss" th:value="*{getOpenTime()}" class="input-text" readonly style="background-color: #c3c3c3" />
</div>
</div>

View File

@ -31,7 +31,7 @@
<p class="f-14" style="line-height:32px;">
1、封禁列表显示字段优化<br>
2、封禁列表添加天眼封禁显示<br>
3、服务器列表添加重启和清库按钮<br>
3、服务器列表添加重启和清库按钮,同时去除未运营修改为其他状态时的清库操作,但是清库按钮只有在未运营状态时可使用<br>
4、服务器修改信息添加开服时间字段<br>
5、<span style="color: red">必看</span>:服务器处于<span style="color: red">未运营</span>状态时修改服务器的跨服id和开服时间会立刻生效其他状态时修改会延迟生效具体生效时间根据功能不同来定<br>
ps跨服id每周一零点更新开服时间非未运营状态修改无效<br>