From 456b689fb5134e71e94cd9a0c553cf907d5f70a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Tue, 22 Aug 2023 16:50:02 +0800 Subject: [PATCH] 1 --- .../positiveEnergy/components/componentRight.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/privateOrder/positiveEnergy/components/componentRight.vue b/src/views/privateOrder/positiveEnergy/components/componentRight.vue index 319273a..7a4691b 100644 --- a/src/views/privateOrder/positiveEnergy/components/componentRight.vue +++ b/src/views/privateOrder/positiveEnergy/components/componentRight.vue @@ -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: {