1
This commit is contained in:
parent
63e9100368
commit
23334b5017
@ -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>`,
|
||||||
|
Loading…
Reference in New Issue
Block a user