|
|
|
@ -67,7 +67,7 @@
|
|
|
|
|
height="60"
|
|
|
|
|
:type=" lockState ? 'info' : 'danger' "
|
|
|
|
|
@click="setLock"></CommonButton>
|
|
|
|
|
<CommonButton
|
|
|
|
|
<!-- <CommonButton
|
|
|
|
|
class="btn"
|
|
|
|
|
:msg="lightState ? '关灯' : '开灯'"
|
|
|
|
|
size="default"
|
|
|
|
@ -75,7 +75,7 @@
|
|
|
|
|
paddingRight="33"
|
|
|
|
|
height="60"
|
|
|
|
|
:type=" lightState ? 'info' : 'danger' "
|
|
|
|
|
@click="setLight"></CommonButton>
|
|
|
|
|
@click="setLight"></CommonButton> -->
|
|
|
|
|
<CommonButton
|
|
|
|
|
v-if="!startStatus"
|
|
|
|
|
class="btn"
|
|
|
|
|