소스 검색

1

pull/311/head
gtz 5 달 전
부모
커밋
23334b5017
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      dist.zip
  2. +1
    -1
      src/views/OperationalOverview/coldBoard.vue

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


불러오는 중...
취소
저장