Browse Source

1

pull/311/head
gtz 5 months ago
parent
commit
23334b5017
2 changed files with 1 additions and 1 deletions
  1. BIN
      dist.zip
  2. +1
    -1
      src/views/OperationalOverview/coldBoard.vue

BIN
dist.zip View File


+ 1
- 1
src/views/OperationalOverview/coldBoard.vue View File

@@ -786,7 +786,7 @@ export default {
// this.ISRAConfig.data = ISRAArr
this.$refs['ISRAChart'].updateChart(chartData)
} else if (this.SJGWsData.type === 'equipment') {
this.realEqList = this.SJGWsData.detData.map((item, index) =>[
this.realEqList = this.SJGWsData.detData.map((ele, index) =>[
// console.log(item)
`<span style="color:rgba(255,255,255,0.5)" >${index + 1 || ''}
</span>`,


Loading…
Cancel
Save