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