Commit c3769f0c authored by xiexingan's avatar xiexingan

提交

parent 37f9adcc
...@@ -25,28 +25,27 @@ ...@@ -25,28 +25,27 @@
.quDetailM .quDetailM
p.leftP 安装日期:   {{ dataForm.installDate }} p.leftP 安装日期:   {{ dataForm.installDate }}
.info-form .info-form
el-row el-row(v-if="openOrClose.indexOf(dataForm.type)>-1")
el-col(:span="8", v-if="openOrClose.indexOf(dataForm.type)>-1") el-col(:span='10')
el-row
el-col
.switch-warp .switch-warp
div(:class="[state == 1 ? 'on' : '']", @click="handleSwitch(1)") 打开 div(:class="[state == 1 ? 'on' : '']", @click="handleSwitch(1)") 打开
div(:class="[state == 2 ? 'on' : '']", @click="handleSwitch(2)") 关闭 div(:class="[state == 2 ? 'on' : '']", @click="handleSwitch(2)") 关闭
el-col.text-size 当前已 el-col(:span='10') 当前已
span(v-if="dataForm.status == 1") 打开 span(v-if="dataForm.status == 1") 打开
span(v-else-if="dataForm.status == 2") 关闭 span(v-else-if="dataForm.status == 2") 关闭
span(v-else) 故障 span(v-else) 故障
el-col.text-size(:span="16", flex, justify-content="start" v-if="dataForm.type=='303310efddb34a2e9bf269bdff8a7dc5'||dataForm.type=='f4c840711eae4bcb9536a890cdfda493'") el-row.text-size(style="margin-top: 10px" v-if="dataForm.type=='303310efddb34a2e9bf269bdff8a7dc5'||dataForm.type=='f4c840711eae4bcb9536a890cdfda493'")
el-row el-col(:span="15" )
el-col(:span="24")
span 频率设置: span 频率设置:
el-input(size="mini", style="width: 60px", v-model="speed") el-input(size="mini", style="width: 70px", v-model="speed")
span  转 span  转
el-button(type="primary", size="mini", style="margin-left: 10px") 设定 el-button(type="primary", size="mini", style="margin-left: 5px") 设定
el-col.text-size(:span="24" v-if='params.length') 当前频率: el-col(:span="9" v-if='params.length' )
span 当前频率:
span(style="color: blue") {{ params[0].current_frequency }} span(style="color: blue") {{ params[0].current_frequency }}
span  转/分 span  转/分
//- 卷帘门 //- 卷帘门
el-row
el-col(v-if="dataForm.type=='c788ce98c1f248f590434394da485ce4'") el-col(v-if="dataForm.type=='c788ce98c1f248f590434394da485ce4'")
el-button(type="primary", size="mini", style="margin-left: 10px") 上升 el-button(type="primary", size="mini", style="margin-left: 10px") 上升
el-button(type="primary", size="mini", style="margin-left: 10px") 下降 el-button(type="primary", size="mini", style="margin-left: 10px") 下降
...@@ -307,9 +306,9 @@ export default { ...@@ -307,9 +306,9 @@ export default {
.animation { .animation {
animation: myfirst 1s; animation: myfirst 1s;
position: absolute; position: absolute;
top: 50px; top: 30px;
right: 0; right: 0;
width: 330px; width: 370px;
background-color: #f4f4f4; background-color: #f4f4f4;
z-index: 11; z-index: 11;
border: 1px solid rgba(195, 195, 195, 1); border: 1px solid rgba(195, 195, 195, 1);
......
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