From 97a0a890b1ef06b204be6c6b0350e7a385a39bc3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com>
Date: Thu, 5 Dec 2024 13:53:19 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
hw-ui/src/views/board/warehouse/fifthFloor.vue | 10 +++++-----
hw-ui/src/views/board/warehouse/fifthFloor1.vue | 8 ++++----
hw-ui/src/views/board/warehouse/firstFloor1.vue | 4 ++--
hw-ui/src/views/board/warehouse/fourthFloor.vue | 2 +-
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/hw-ui/src/views/board/warehouse/fifthFloor.vue b/hw-ui/src/views/board/warehouse/fifthFloor.vue
index ed618a0b..21a8bf59 100644
--- a/hw-ui/src/views/board/warehouse/fifthFloor.vue
+++ b/hw-ui/src/views/board/warehouse/fifthFloor.vue
@@ -181,12 +181,12 @@ export default {
allowPointSelect: false,
cursor: 'pointer',
depth: 35,
- startAngle: 45,
+ startAngle: 45,y
size: 200,
dataLabels: {
enabled: true,
formatter: function() {
- return this.point.options.name + '
' + this.point.options.h + '%'
+ return this.point.options.name + '
' + this.point.options.y + '%'
}
},
showInLegend: false,
@@ -271,7 +271,7 @@ export default {
dataLabels: {
enabled: true,
formatter: function() {
- return this.point.options.name + '
' + this.point.options.h + '%'
+ return this.point.options.name + '
' + this.point.options.y + '%'
}
},
showInLegend: false,
@@ -358,7 +358,7 @@ export default {
dataLabels: {
enabled: true,
formatter: function() {
- return this.point.options.name + '
' + this.point.options.h + '%'
+ return this.point.options.name + '
' + this.point.options.y + '%'
}
},
showInLegend: false,
@@ -439,7 +439,7 @@ export default {
dataLabels: {
enabled: true,
formatter: function() {
- return this.point.options.name + '
' + this.point.options.h + '%'
+ return this.point.options.name + '
' + this.point.options.y + '%'
}
},
showInLegend: false,
diff --git a/hw-ui/src/views/board/warehouse/fifthFloor1.vue b/hw-ui/src/views/board/warehouse/fifthFloor1.vue
index 5fe920f6..32e2cbaa 100644
--- a/hw-ui/src/views/board/warehouse/fifthFloor1.vue
+++ b/hw-ui/src/views/board/warehouse/fifthFloor1.vue
@@ -224,7 +224,7 @@ export default {
dataLabels: {
enabled: true,
formatter: function () {
- return this.point.options.name + '
' + this.point.options.h + '%';
+ return this.point.options.name + '
' + this.point.options.y + '%';
}
},
showInLegend: false,
@@ -334,7 +334,7 @@ export default {
dataLabels: {
enabled: true,
formatter: function () {
- return this.point.options.name + '
' + this.point.options.h + '%';
+ return this.point.options.name + '
' + this.point.options.y + '%';
}
},
showInLegend: false,
@@ -444,7 +444,7 @@ export default {
dataLabels: {
enabled: true,
formatter: function () {
- return this.point.options.name + '
' + this.point.options.h + '%';
+ return this.point.options.name + '
' + this.point.options.y + '%';
}
},
showInLegend: false,
@@ -554,7 +554,7 @@ export default {
dataLabels: {
enabled: true,
formatter: function () {
- return this.point.options.name + '
' + this.point.options.h + '%';
+ return this.point.options.name + '
' + this.point.options.y + '%';
}
},
showInLegend: false,
diff --git a/hw-ui/src/views/board/warehouse/firstFloor1.vue b/hw-ui/src/views/board/warehouse/firstFloor1.vue
index 3bb96971..cbbf3982 100644
--- a/hw-ui/src/views/board/warehouse/firstFloor1.vue
+++ b/hw-ui/src/views/board/warehouse/firstFloor1.vue
@@ -314,7 +314,7 @@ export default {
dataLabels: {
enabled: true,
formatter: function() {
- return this.point.options.name + '
' + this.point.options.h + '%'
+ return this.point.options.name + '
' + this.point.options.y + '%'
}
},
showInLegend: false,
@@ -411,7 +411,7 @@ export default {
dataLabels: {
enabled: true,
formatter: function() {
- return this.point.options.name + '
' + this.point.options.h + '%'
+ return this.point.options.name + '
' + this.point.options.y + '%'
}
},
showInLegend: false,
diff --git a/hw-ui/src/views/board/warehouse/fourthFloor.vue b/hw-ui/src/views/board/warehouse/fourthFloor.vue
index 220d749c..5b0cac2a 100644
--- a/hw-ui/src/views/board/warehouse/fourthFloor.vue
+++ b/hw-ui/src/views/board/warehouse/fourthFloor.vue
@@ -214,7 +214,7 @@ export default {
],
scrollTableOption: {
step: 0.5, // 数值越大速度滚动越快
- limitMoveNum: 22, // 开始无缝滚动的数据量 this.dataList.length
+ limitMoveNum: 5, // 开始无缝滚动的数据量 this.dataList.length
hoverStop: true, // 是否开启鼠标悬停stop
direction: 1, // 0向下 1向上 2向左 3向右
openWatch: true, // 开启数据实时监控刷新dom