Commit b4d476c4 authored by xiexingan's avatar xiexingan

bug修复

parent 413012e6
......@@ -2,7 +2,8 @@
{
align: 'center',
prop: 'name',
label: '设备名称'
label: '设备名称',
width: '300px'
},
{
align: 'center',
......@@ -36,7 +37,9 @@
{
align: 'center',
prop: 'name',
label: '设备名称'
label: '设备名称',
width: '300px'
},
{
align: 'center',
......
......@@ -36,8 +36,8 @@
span(v-else) 故障
el-col(:span='10' v-if="dataForm.status != 3 || dataForm.status !=4")
.switch-warp
div(:class="[dataForm.status == 1 ? 'on' : '']", @click="handleSwitch(1)" ) 打开
div(:class="[dataForm.status == 2 ? 'on' : '']", @click="handleSwitch(0)" ) 关闭
div(:class="[dataForm.status == 1 ? 'on' : '']", @click="handleSwitch(1)" :style="{'pointer-events':( dataForm.status ==1) ? 'none':''}") 打开
div(:class="[dataForm.status == 2 ? 'on' : '']", @click="handleSwitch(0)" :style="{'pointer-events':( dataForm.status ==2) ? 'none':''}") 关闭
el-row.text-size(style="margin-top: 10px" v-if="dataForm.type=='173466a2cf9a42a6a17b2bdfbeae36d5'&&dataForm.status==1")
el-col(:span="16" )
span 温度设定:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment