...
|
...
|
@@ -86,11 +86,11 @@ |
|
|
<switch name="vo.electricity">
|
|
|
<case value="0"><span class="label label-warning">低电</span></case>
|
|
|
<case value="1"><span class="label label-success">正常</span></case>
|
|
|
</switch>
|
|
|
</switch>
|
|
|
<switch name="vo.use">
|
|
|
<case value="0"><span class="label label-success">空闲</span></case>
|
|
|
<case value="1"><span class="label label-warning">占用</span></case>
|
|
|
</switch>
|
|
|
</switch>
|
|
|
<switch name="vo.state">
|
|
|
<case value="1"><span class="label label-success">正常</span></case>
|
|
|
<case value="2"><span class="label label-warning">检修</span></case>
|
...
|
...
|
|