|
@ -26,9 +26,7 @@ |
|
|
<Button v-hasPermi="['business:home:airConditioning']" v-else-if="activeName === 'second2' && airStatus == '1'" @click.native="airConditioningVisible = true"> |
|
|
<Button v-hasPermi="['business:home:airConditioning']" v-else-if="activeName === 'second2' && airStatus == '1'" @click.native="airConditioningVisible = true"> |
|
|
设备操作 |
|
|
设备操作 |
|
|
</Button> |
|
|
</Button> |
|
|
<Button v-else-if="activeName != 'first'" style="background-color: #bbb"> |
|
|
|
|
|
设备离线 |
|
|
|
|
|
</Button> |
|
|
|
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<DeviceControlDialog v-model="deviceControlVisible" :dialogData="dialogData" /> |
|
|
<DeviceControlDialog v-model="deviceControlVisible" :dialogData="dialogData" /> |
|
|