代码提交
This commit is contained in:
parent
3f2c4938f8
commit
483ccf13e5
|
|
@ -119,12 +119,12 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted(){
|
mounted(){
|
||||||
this.getTopData()
|
// this.getTopData()
|
||||||
this.InitEChartsOne()
|
// this.InitEChartsOne()
|
||||||
this.InitEChartsTwo()
|
// this.InitEChartsTwo()
|
||||||
this.InitEChartsThree()
|
// this.InitEChartsThree()
|
||||||
this.InitEChartsFour()
|
// this.InitEChartsFour()
|
||||||
window.addEventListener('transitionend', this.$_sidebarResizeHandler)
|
// window.addEventListener('transitionend', this.$_sidebarResizeHandler)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
$_sidebarResizeHandler(e) {
|
$_sidebarResizeHandler(e) {
|
||||||
|
|
|
||||||
|
|
@ -180,10 +180,7 @@
|
||||||
<table style="width: 100%;" v-if="sbcsList.length>0">
|
<table style="width: 100%;" v-if="sbcsList.length>0">
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="5" style="height: 40px;">设备参数</th>
|
<th colspan="5" style="height: 40px;">设备参数</th>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- <tr v-for="(item,index) in sbcsList" :key="index">
|
|
||||||
<td v-for="(subText,subIndex) in item.split('@')" :key="subIndex">{{subText}}</td>
|
|
||||||
</tr> -->
|
|
||||||
</table>
|
</table>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue