zhaobao 1 vuosi sitten
vanhempi
commit
78fe3e1136

+ 10 - 10
src/views/home/components/SensorInfoStatistics.vue

@@ -92,16 +92,16 @@
                             },
                             left:'52%',
                             bottom:'2px'  
-                        },
-                        {
-                            text:"有害气体",
-                            textStyle:{
-                                color:'#fff',
-                                fontSize:12
-                            },
-                            left:'74%',
-                            bottom:'2px'   
-                        }                        
+                        }
+                        // ,{
+                        //     text:"有害气体",
+                        //     textStyle:{
+                        //         color:'#fff',
+                        //         fontSize:12
+                        //     },
+                        //     left:'74%',
+                        //     bottom:'2px'   
+                        // }                        
                     ],
                     tooltip: {
                         trigger: 'item'

+ 6 - 6
src/views/home/components/SensorStatus.vue

@@ -71,12 +71,12 @@ import { goafdevstatis} from '@/api/goaf/sensor'
                         name: '位移',
                         type: 'bar',
                         data: [0,0]
-                    },
-                    {
-                        name: '有害气体',
-                        type: 'bar',
-                        data: [0,0]
                     }
+                    // ,{
+                    //     name: '有害气体',
+                    //     type: 'bar',
+                    //     data: [0,0]
+                    // }
                 ]
             }
         }
@@ -118,7 +118,7 @@ import { goafdevstatis} from '@/api/goaf/sensor'
 
                 option.series[0].data=[pressureSensorOnlineNum,pressureSensorNum-pressureSensorOnlineNum]
                 option.series[1].data=[displacementSensorOnlineNum,displacementSensorNum-displacementSensorOnlineNum]
-                option.series[2].data=[harmfulGasSensorOnlineNum,harmfulGasSensorNum-harmfulGasSensorOnlineNum] 
+                // option.series[2].data=[harmfulGasSensorOnlineNum,harmfulGasSensorNum-harmfulGasSensorOnlineNum] 
                 
                 if(!this.myChart){
                     var chartDom = document.getElementById('sensor-status-chart');

+ 1 - 1
src/views/particulars/check.vue

@@ -169,7 +169,7 @@ import {getTime} from '@/utils'
                 {name:"首页",id:"1",path:"/particulars/sensor"},
                 {name:"压力传感器",id:"2",path:"/particulars/check"},
                 {name:"位移传感器",id:"3",path:"/particulars/goaf-info"},
-                {name:"有害气体传感器",id:"4",path:"/particulars/goaf-info"},
+                // {name:"有害气体传感器",id:"4",path:"/particulars/goaf-info"},
                 {name:"视频监控",id:"5",path:"/particulars/goaf-info"},
             ],
             status_options:[

+ 10 - 10
src/views/particulars/components/AlertChart.vue

@@ -78,16 +78,16 @@
                             showSymbol: false,                         
                             data: [20,30, 40, 50, 60, 70, 40, 50, 60, 70, 40, 50]
                         },
-                        {
-                            name: '有害气体',
-                            type: 'line',
-                            lineStyle:{
-                                color:"#D7C254",
-                                width:2
-                            },
-                            showSymbol: false,
-                            data: [30,40, 60, 40, 80, 10, 40, 50, 60, 70,10,20]
-                        }
+                        // {
+                        //     name: '有害气体',
+                        //     type: 'line',
+                        //     lineStyle:{
+                        //         color:"#D7C254",
+                        //         width:2
+                        //     },
+                        //     showSymbol: false,
+                        //     data: [30,40, 60, 40, 80, 10, 40, 50, 60, 70,10,20]
+                        // }
                     ]
                 }
             }

+ 1 - 1
src/views/particulars/sensor.vue

@@ -170,7 +170,7 @@ import { NumConvertLM ,getTime} from '@/utils'
                 {name:"首页",id:"1",path:"/particulars/sensor"},
                 {name:"压力传感器",id:"2",path:"/particulars/check"},
                 {name:"位移传感器",id:"3",path:"/particulars/goaf-info"},
-                {name:"有害气体传感器",id:"4",path:"/particulars/goaf-info"},
+                // {name:"有害气体传感器",id:"4",path:"/particulars/goaf-info"},
                 {name:"视频监控",id:"5",path:"/particulars/goaf-info"},
             ],
             options:[

+ 1 - 1
src/views/particulars/video.vue

@@ -67,7 +67,7 @@ import axios from 'axios'
                 {name:"首页",id:"1",path:"/particulars/sensor"},
                 {name:"压力传感器",id:"2",path:"/particulars/check"},
                 {name:"位移传感器",id:"3",path:"/particulars/goaf-info"},
-                {name:"有害气体传感器",id:"4",path:"/particulars/goaf-info"},
+                // {name:"有害气体传感器",id:"4",path:"/particulars/goaf-info"},
                 {name:"视频监控",id:"5",path:"/particulars/goaf-info"},
             ],
             video:{