lijinlong
许宏杰 1 year ago
parent ad7e2ab887
commit 456b689fb5

@ -109,8 +109,8 @@ export default {
networkAppraiser().then(res=>{
this.sjNum = res.data[0].pt
this.bjNum = res.data[1].pt
this.sjdata = Math.round(this.sjNum)
this.bjdata = Math.round(this.bjNum)
this.sjdata = Math.round(this.bjNum)
this.bjdata = Math.round(this.sjNum)
this.inItCylinder()
})
},
@ -301,7 +301,7 @@ export default {
width: 130
},
xAxis: {
data: ['上级'],
data: ['上级',],
show: false
},
yAxis: {

Loading…
Cancel
Save