浏览代码

1

pull/311/head
gtz 5 个月前
父节点
当前提交
23334b5017
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      dist.zip
  2. +1
    -1
      src/views/OperationalOverview/coldBoard.vue

二进制
dist.zip 查看文件


+ 1
- 1
src/views/OperationalOverview/coldBoard.vue 查看文件

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


正在加载...
取消
保存