代码提交

This commit is contained in:
zzyuan 2025-10-31 18:22:35 +08:00
parent 3f2c4938f8
commit 483ccf13e5
2 changed files with 7 additions and 10 deletions

View File

@ -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) {

View File

@ -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>