From 54602a8a8d9c74fc6f15c3eade4d55b47ff59a31 Mon Sep 17 00:00:00 2001 From: LokerL Date: Fri, 13 Dec 2024 20:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E5=B9=B4=E5=BA=A6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=98=BE=E7=A4=BA=E9=A1=BA=E5=BA=8F=EF=BC=8C=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=EF=BC=8C=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (1)港口按顺序排序(青岛港、日照港、烟台港、渤海湾港) (2)设备编号字段改成 设备名称(name) (3)单位 --- .../mybatis/oil/ThDeviceReportMonthMapper.xml | 9 ++- .../views/dataStatistics/yearData/index.vue | 63 +++++++++---------- 2 files changed, 37 insertions(+), 35 deletions(-) diff --git a/RuoYi-Vue-Oracle/src/main/resources/mybatis/oil/ThDeviceReportMonthMapper.xml b/RuoYi-Vue-Oracle/src/main/resources/mybatis/oil/ThDeviceReportMonthMapper.xml index d4ecd3e..6e09e8f 100644 --- a/RuoYi-Vue-Oracle/src/main/resources/mybatis/oil/ThDeviceReportMonthMapper.xml +++ b/RuoYi-Vue-Oracle/src/main/resources/mybatis/oil/ThDeviceReportMonthMapper.xml @@ -48,13 +48,16 @@ 港区数: {{ getChildCount(row, "ppp", "pp") }} 平均值: {{ calculateChildAvg(row, "ppp") }}平均值: {{ calculateChildAvg(row, "ppp") }} mg/m³ @@ -52,7 +52,7 @@
企业数: {{ getChildCount(row, "pp", "p") }} 平均值: {{ calculateChildAvg(row, "pp") }}平均值: {{ calculateChildAvg(row, "pp") }} mg/m³
@@ -63,32 +63,17 @@
设备数: {{ getChildCount(row, "p", "sn") }} 平均值: {{ calculateChildAvg(row, "p") }}平均值: {{ calculateChildAvg(row, "p") }} mg/m³
- + - +