wkyy 1 سال پیش
والد
کامیت
93feb8dd68
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      pages/equipmentDataMonitoring/electronicMonitoring.vue

+ 2 - 2
pages/equipmentDataMonitoring/electronicMonitoring.vue

@@ -812,10 +812,10 @@
 							var name = value[0].name;
 							var name = value[0].name;
 							var obj = this.hourMap[name]
 							var obj = this.hourMap[name]
 							var text = `<p>${name}</p>`
 							var text = `<p>${name}</p>`
-							
 							if (data1.length < 8) {
 							if (data1.length < 8) {
 								text = `<p>${name}-${name2}</p>`
 								text = `<p>${name}-${name2}</p>`
 							}
 							}
+							
 							if (obj.electricityPrice != undefined) {
 							if (obj.electricityPrice != undefined) {
 								text += `<p>电价:${obj.electricityPrice}元/度</p>`
 								text += `<p>电价:${obj.electricityPrice}元/度</p>`
 							}
 							}
@@ -830,7 +830,7 @@
 						}
 						}
 					},
 					},
 					grid: {
 					grid: {
-						top: '6%',
+						top: '10%',
 						left: '3%',
 						left: '3%',
 						right: '8%',
 						right: '8%',
 						bottom: '8%',
 						bottom: '8%',