|
|
|
@ -38,38 +38,38 @@
|
|
|
|
|
</select>
|
|
|
|
|
</div>-->
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<table class="table">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllPowerOn">一键开</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllPowerOff">一键关</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSwitchOn">一路开关开</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSwitchOff">一路开关关</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSwitch3On">三路开关开</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSwitch3Off">三路开关关</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSocketOn">插座开</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSocketOff">插座关</button>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<div class="box box-solid">
|
|
|
|
|
<table class="table">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllPowerOn">一键开</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllPowerOff">一键关</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSwitchOn">一路开关开</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSwitchOff">一路开关关</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSwitch3On">三路开关开</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSwitch3Off">三路开关关</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSocketOn">插座开</button>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<button class="btn btn-olive btn-primary ajax AllSocketOff">插座关</button>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
<div class="row" v-if="ViewModel">
|
|
|
|
|
<div class="col-md-4" v-for="node in ViewModel.Nodes">
|
|
|
|
|
<div class="box box-solid">
|
|
|
|
|