Commit 64f8b736 by zhangzhen

界面展示优化

parent f83f8b3c
......@@ -151,6 +151,7 @@
placeholder="选择日期"
@change="handledataPicker"
value-format="yyyyMMdd"
:picker-options='pickerOptions'
style="width: 11vw"
>
</el-date-picker>
......@@ -202,9 +203,9 @@
<div class="device-echarts-background">
<manage-echarts :option="lineOption1" :width="17" :height="24"></manage-echarts>
</div>
<div class="device-echarts-background">
<manage-echarts :option="lineOption1" :width="17" :height="24"></manage-echarts>
</div>
<%-- <div class="device-echarts-background">--%>
<%-- <manage-echarts :option="lineOption1" :width="17" :height="24"></manage-echarts>--%>
<%-- </div>--%>
</div>
<div class="left-device device" style="margin-left: 2vw;">
<div v-for="(item,index) in querySbNoList"
......@@ -214,9 +215,9 @@
<div class="device-echarts-background">
<manage-echarts :option="lineOption2" :width="17" :height="24"></manage-echarts>
</div>
<div class="device-echarts-background">
<manage-echarts :option="lineOption2" :width="17" :height="24"></manage-echarts>
</div>
<%-- <div class="device-echarts-background">--%>
<%-- <manage-echarts :option="lineOption2" :width="17" :height="24"></manage-echarts>--%>
<%-- </div>--%>
</div>
</div>
</el-main>
......@@ -257,7 +258,12 @@
currentTime:dayjs().format("YYYY-MM-DD HH:mm:ss"),
lineOption1:'',
lineOption2:'',
timer: ''
timer: '',
pickerOptions:{
disabledDate(time) {
return time.getTime() > Date.now();
}
}
};
},
mounted() {
......@@ -324,11 +330,6 @@
_this.queryBySbStatusList = res.extAttr.result;
}
_this.queryBySbStatusList.push({
deviceName:'切割机',
status:'3',
deviceModel:'MZ-1250',
})
_this.queryBySbStatusList.push({
deviceName:'焊接机',
status:'3',
deviceModel:'H8760',
......
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