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