服务器未运营

master
duhui 2021-05-10 17:09:53 +08:00
parent f6a98b617e
commit 536133e7d9
2 changed files with 1 additions and 4 deletions

View File

@ -103,6 +103,7 @@
<span th:case="3" class="Hui-iconfont" style="color: #9cb945">拥挤</span>
<span th:case="4" class="Hui-iconfont" style="color: #8b0000;">爆满 </span>
<span th:case="5" class="Hui-iconfont" style="color: #8b0000;">自动 </span>
<span th:case="-2" class="Hui-iconfont" style="color: #8b0000;">未运营 </span>
</th>
<th th:switch="${obj.is_new}" style="text-align: center;">
<span th:case="0" class="label label-defaunt radius">普通</span>

View File

@ -77,10 +77,6 @@
<option th:value="3">拥挤</option>
<option th:value="4">爆满</option>
<option th:value="5">自动</option>
<option th:value="6">
未运营
<span style="color: red">(谨慎修改此状态,可能会导致数据丢失)</span>
</option>
</div>
</select>