Browse Source

注氮单位修改

lxh 1 year ago
parent
commit
b5d494c2da

+ 2 - 2
src/views/vent/monitorManager/compressor/components/nitrogenHome1.vue

@@ -243,7 +243,7 @@ let airCompressorState = reactive<any[]>([]);
 const groupParameterData = [
   {
     FluxTotal1: '累计流量(m³)',
-    InputFlux: '瞬时流量(m³/h)',
+    InputFlux: '瞬时流量(m³)',
   },
   {
     PreMembraneTemperature: '膜前温度(­°C)',
@@ -277,7 +277,7 @@ watch(monitorDataGroupNum, () => {
   const arr = <any[]>[]
   const item = {
     legend: '瞬时流量',
-    seriesName: '(m³/h)',
+    seriesName: '(m³)',
     ymax: 2000,
     yname: 'm³/h',
     linetype: 'line',