generated from root/miduo_server
服务器未运营
parent
f6a98b617e
commit
536133e7d9
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue