lxh 1 gadu atpakaļ
vecāks
revīzija
2e2aeb7f71

+ 6 - 6
src/views/vent/monitorManager/alarmMonitor/fire.data.ts

@@ -72,7 +72,7 @@ export const contentList = [
     list: [
       {
         id: '0-0',
-        title: 'O₂',
+        title: 'O₂(%)',
         label: '浓度 : ',
         value: '--',
         label1: '时间 : ',
@@ -80,7 +80,7 @@ export const contentList = [
       },
       {
         id: '0-1',
-        title: 'C₂H₄',
+        title: 'C₂H₄(ppm)',
         label: '浓度 : ',
         value: '--',
         label1: '时间 : ',
@@ -93,7 +93,7 @@ export const contentList = [
     list: [
       {
         id: '1-0',
-        title: 'CO',
+        title: 'CO(ppm)',
         label: '浓度 : ',
         value: '--',
         label1: '时间 : ',
@@ -101,7 +101,7 @@ export const contentList = [
       },
       {
         id: '1-1',
-        title: 'CH₄',
+        title: 'CH₄(ppm)',
         label: '浓度 : ',
         value: '--',
         label1: '时间 : ',
@@ -114,7 +114,7 @@ export const contentList = [
     list: [
       {
         id: '2-0',
-        title: 'CO₂',
+        title: 'CO₂(%)',
         label: '浓度 : ',
         value: '--',
         label1: '时间 : ',
@@ -122,7 +122,7 @@ export const contentList = [
       },
       {
         id: '2-1',
-        title: 'C₂H₂',
+        title: 'C₂H₂(ppm)',
         label: '浓度 : ',
         value: '--',
         label1: '时间 : ',

+ 1 - 1
src/views/vent/monitorManager/alarmMonitor/fire/common/echartLine1.vue

@@ -109,7 +109,7 @@ function getOption() {
             yAxis: [
                 {
                     boundaryGap: false,
-                    name: '(%)',
+                    // name: '(%)',
                     type: 'value',
                     max: 50,
                     axisLabel: {