瀏覽代碼

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


Loading…
取消
儲存