This commit is contained in:
gtz 2024-03-27 10:13:53 +08:00
parent 63e9100368
commit 23334b5017
2 changed files with 1 additions and 1 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

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