diff --git a/god-ui/src/views/dimension/alarmSetting/index.vue b/god-ui/src/views/dimension/alarmSetting/index.vue new file mode 100644 index 00000000..8f50535d --- /dev/null +++ b/god-ui/src/views/dimension/alarmSetting/index.vue @@ -0,0 +1,341 @@ + + + diff --git a/god-ui/src/views/dimension/duration/index.vue b/god-ui/src/views/dimension/duration/index.vue index 3c3e87d9..8350c26f 100644 --- a/god-ui/src/views/dimension/duration/index.vue +++ b/god-ui/src/views/dimension/duration/index.vue @@ -231,7 +231,6 @@ export default { name: '挖掘机', data: [23.3, 22.7, 23.6, 24.1, 22.8, 23.0, 22.4], type: 'bar', - barWidth: 30, yAxisIndex: 0, itemStyle: { normal: { @@ -249,7 +248,6 @@ export default { name: '铲土机械', data: [55.6, 56.8, 60.0, 61.2, 57.0, 58.4, 59.0], type: 'bar', - barWidth: 30, yAxisIndex: 0, itemStyle: { normal: { @@ -267,7 +265,6 @@ export default { name: '起重机械', data: [63.0, 60.5, 55.0, 57.0, 58.5, 61.3, 62.0], type: 'bar', - barWidth: 30, yAxisIndex: 0, itemStyle: { normal: { @@ -285,7 +282,6 @@ export default { name: '压实机械', data: [44.0, 38.0, 41.0, 36.0, 32.0, 37.0, 42.0], type: 'bar', - barWidth: 30, yAxisIndex: 0, itemStyle: { normal: { @@ -303,7 +299,6 @@ export default { name: '桩工机械', data: [90.0, 88.0, 92.0, 95.0, 89.0, 84.0, 87.0], type: 'bar', - barWidth: 30, yAxisIndex: 0, itemStyle: { normal: { diff --git a/god-ui/src/views/dimension/efficiency/index.vue b/god-ui/src/views/dimension/efficiency/index.vue index fc6081ab..321ca043 100644 --- a/god-ui/src/views/dimension/efficiency/index.vue +++ b/god-ui/src/views/dimension/efficiency/index.vue @@ -5,7 +5,7 @@
-
各区域特种作业完成情况
+
设备平均使用效率(工作时长/计划时长)
@@ -92,31 +92,31 @@ export default { ], series: [ { - name: '推土机901', + name: '挖掘机', type: 'line', smooth: true, data: [75, 81, 92, 73, 82, 79, 90] }, { - name: '推土机902', + name: '铲土机械', type: 'line', smooth: true, data: [81, 83, 92, 85, 82, 102, 80] }, { - name: '塔式起重机910', + name: '起重机械', type: 'line', smooth: true, data: [62, 61, 67, 69, 72, 70, 75] }, { - name: '塔式起重机911', + name: '压实机械', type: 'line', smooth: true, data: [79, 76, 65, 75, 76, 78, 79.2] }, { - name: '夯实机301', + name: '桩工机械', type: 'line', smooth: true, data: [64, 62, 58, 54, 58, 60, 63] @@ -286,7 +286,7 @@ export default { } .card-item-main { - min-height: 285px; + min-height: 430px; } } }