Ver Fonte

修复瓦斯抽放系统的布局问题

seamew há 3 anos atrás
pai
commit
abf0205877

+ 9 - 7
src/assets/scss/index.css

@@ -35,8 +35,8 @@ body {
   background-position: 50px 50px;
   display: flex;
   width: var(--width);
+  left: 70px;
   height: var(--mainbox-height);
-  padding: 0px 0px 0;
 }
 #apppp .mainbox button {
   position: absolute;
@@ -58,7 +58,7 @@ body {
 #apppp .mainbox .motor1 { 
   position: absolute;
   background-color: pink;
-  left: 970px;
+  left: 1100px;
   top: 0px;
   border: 1px solid #000;
   width: 270px;
@@ -88,7 +88,7 @@ body {
   position: absolute;
   overflow: hidden;
   background-color: pink;
-  left: 970px;
+  left: 1100px;
   top: 450px;
   border: 1px solid #000;
   width: 270px;
@@ -150,7 +150,7 @@ body {
   left: 280px;
   top: 220px;
   border: 1px solid #000;
-  width: 100px;
+  width: 200px;
 }
 #apppp .mainbox .waterpump h3 {
   font-size: 15px;
@@ -160,12 +160,13 @@ body {
 #apppp .mainbox .waterpump div {
   display: flex;
   font-size: 10px;
+  margin-right: 20px;
   margin-bottom: 5px;
 }
 #apppp .mainbox .waterpump div p {
   border: 1px solid #000;
   background-color: green;
-  margin-left: 5px;
+  margin-left: 20px;
   width: 50px;
   text-align: center;
 }
@@ -235,7 +236,7 @@ body {
   left: 1100px;
   top: 300px;
   border: 0.0125rem solid #000;
-  width: 100px;
+  width: 200px;
 }
 #apppp .mainbox .pumps h3 {
   font-size: 15px;
@@ -251,6 +252,7 @@ body {
   border: 0.0125rem solid #000;
   background-color: green;
   margin-right: 0.1rem;
+  margin-left: 20px;
   width: 0.8rem;
   text-align: center;
 }
@@ -381,7 +383,7 @@ body {
   top: 5.9rem;
 }
 #apppp {
-  width: 85%;
+  width: 100%;
   height: 100%;
   /* position: absolute; */
   background-color: #2471ff;

+ 7 - 10
src/assets/scss/index.scss

@@ -1,15 +1,12 @@
 #index {
   color: #d3d6dd;
-  width: 1226px;
-  height: 729px;
+  position: absolute;
+  left: 170px;
+  width: 1400px;
+  height: 1008px;
   overflow: hidden;
   
-  .bg {
-    height: 800px;
-    padding: 0px 8px;
-    background-image: url("~@/assets/pageBg.png");
-    background-position: center center;
-  }
+
 
   .host-body {
     .dv-dec-10,
@@ -49,7 +46,7 @@
 
     // 第二行
     .aside-width {
-      width: 400px;
+      width: 700px;
     }
     .react-r-s,
     .react-l-s {
@@ -114,7 +111,7 @@
     }
 
     .body-box {
-      margin-top: 5px;
+      margin-top: 50px;
       display: flex;
       flex-direction: column;
 

+ 508 - 504
src/router/index.js

@@ -15,515 +15,519 @@ export default new Router({
             import('../views/Home.vue'),
         hidden: false,
         children: [{
-                path: '/coal_mining',
-                name: ' 采煤工作面',
-                id: 100,
-                component: () =>
-                    import ('../views/mining/mining.vue'),
-                hidden: false,
-
-            }, {
-                path: '/coalcutter',
-                name: ' 采煤机页面',
-                id: 1001,
-                component: () =>
-                    import ('../views/mining/coalcutter.vue'),
-                hidden: true,
-            }, {
-                path: '/main_pump',
-                name: ' 采煤机本体页面',
-                id: 1002,
-                component: () =>
-                    import ('../views/mining/main_pump.vue'),
-                hidden: true,
-            }, {
-                path: '/miningdataQualityDevice',
-                name: ' 设备',
-                id: 1003,
-                component: () =>
-                    import ('../views/mining/dataStandard/dataQualityDevice.vue'),
-                hidden: true,
-            },
-            {
-                id: 1004,
-                name: '子设备',
-                path: '/miningdataQualitySubdevice',
-                hidden: true,
-                component:() =>
-                import ('../views/mining/dataStandard/dataQualitySubdevice.vue'),
-                 
-            }, {
-                id: 1005,
-                name: '测点',
-                path: '/miningdataQualityMeasurePoint',
-                hidden: true,
-                component: () =>
-                import ('../views/mining/dataStandard/dataQualityMeasurePoint.vue'),
-            },
-            {
-                path: '/tunnelling',
-                name: ' 掘进工作面',
-                id: 101,
-                component: () =>
-                    import ('../views/tunnelling/tunnelling.vue'),
-                hidden: false,
-
-            }, 
-            {
-                path: '/tunneldataQualityDevice',
-                name: ' 设备',
-                id: 1010,
-                component: () =>
-                    import ('../views/tunnelling/dataStandard/dataQualityDevice.vue'),
-                hidden: true,
-            },
-            {
-                id: 1011,
-                name: '子设备',
-                path: '/tunneldataQualitySubdevice',
-                hidden: true,
-                component:() =>
-                import ('../views/tunnelling/dataStandard/dataQualitySubdevice.vue'),
-                 
-            }, {
-                id: 1012,
-                name: '测点',
-                path: '/tunneldataQualityMeasurePoint',
-                hidden: true,
-                component: () =>
-                import ('../views/tunnelling/dataStandard/dataQualityMeasurePoint.vue'),
-            },{
-                path: '/monitor',
-                name: ' 安全监控',
-                id: 102,
-                component: () =>
-                    import ('../views/monitor/monitor.vue'),
-                hidden: false,
-
-            }, {
-                path: '/checkSubSys',
-                name: '查看子系统',
-                id: 1020,
-                hidden: true,
-                component: () =>
-                    import ('../views/monitor/checkSubSys.vue')
-            }, {
-                path: '/checkCheckPoint',
-                name: '查看测点数据',
-                id: 1021,
-                hidden: true,
-                component: () =>
-                    import ('../views/monitor/checkCheckPoint.vue')
-            }, {
-                path: '/monitorDetail',
-                name: '查看测点数据',
-                id: 1022,
-                hidden: true,
-                component: () =>
-                    import ('../views/monitor/detail.vue')
-            }, {
-                path: '/monitorThreshold',
-                name: '查看超标数据',
-                id: 1024,
-                hidden: true,
-                component: () =>
-                    import ('../views/monitor/monitorThreshold.vue')
-            }, {
-                id: 1025,
-                name: '设备',
-                path: '/monitordataQualityDevice',
-                hidden: true,
-                component:() =>
-                import ('../views/monitor/dataStandard/dataQualityDevice.vue'),
-                
-            }, {
-                id: 1026,
-                name: '子设备',
-                path: '/monitordataQualitySubdevice',
-                hidden: true,
-                component:() =>
-                import ('../views/monitor/dataStandard/dataQualitySubdevice.vue'),
-                 
-            }, {
-                id: 1027,
-                name: '测点',
-                path: '/monitordataQualityMeasurePoint',
-                hidden: true,
-                component: () =>
-                import ('../views/monitor/dataStandard/dataQualityMeasurePoint.vue'),
-            }, {
-                path: '/transportation',
-                name: ' 主运输系统',
-                id: 103,
-                component: () =>
-                    import ('../views/transportation/transportation.vue'),
-                hidden: false,
-                children: [
-                    {
-                        path: 'mainpage',
-                        name: '主页面',
-                        hidden: false,
-                        component: () => import('@/views/transportation/configImg/analysis'),
-                    },
-                    {
-                        path: 'belt/:id/:title',
-                        name: '皮带',
-                        hidden: false,
-                        component: () => import('@/views/transportation/configImg/belt'),
-                    }
-                ],
-            }, {
-                path: '/coalCentral',
-                name: ' 煤中央皮带',
-                id: 1030,
-                component: () =>
-                    import ('../views/transportation/subSystem/coalCentral.vue'),
-                hidden: true,
-            },
-            {
-                path: '/belt_body',
-                name: ' 皮带本体',
-                id: 10300,
-                component: () =>
-                    import ('../views/transportation/subSystem/belt_body.vue'),
-                hidden: true,
-            },
-            {
-                path: '/detail',
-                name: ' 详细信息',
-                id: 103001,
-                component: () =>
-                    import ('../views/transportation/subSystem/beltbody/detail.vue'),
-                hidden: true,
-            },
-            {
-                path: '/threshold',
-                name: ' 超出阈值',
-                id: 103002,
-                component: () =>
-                    import ('../views/transportation/subSystem/threshold.vue'),
-                hidden: true,
-            },
-            {
-                path: '/mainAdit',
-                name: ' 主平硐皮带',
-                id: 1031,
-                component: () =>
-                    import ('../views/transportation/subSystem/mainAdit.vue'),
-                hidden: true,
-            },
-            {
-                path: '/warehouse',
-                name: ' 上仓皮带',
-                id: 1032,
-                component: () =>
-                    import ('../views/transportation/subSystem/warehouse.vue'),
-                hidden: true,
-            }, {
-                path: '/ventilate',
-                name: ' 通风系统',
-                id: 104,
-                component: () =>
-                    import ('../views/ventilate/ventilate.vue'),
-                hidden: false,
-                children: [
-                    {
-                        path: 'zutai',
-                        hidden: true,
-                        component: () => import ('@/views/ventilate/configImg/zutai.vue')
-                    },
-                    {
-                        path: 'mven_one_sysData',
-                        hidden: true,
-                        component: () => import ('@/views/ventilate/configImg/mven_one_sysData.vue')
-                    },
-                    {
-                        path: 'mven_two_sysData',
-                        hidden: true,
-                        component: () => import ('@/views/ventilate/configImg/mven_two_sysData.vue')
-                    }
-                ]
-
-            },
-            {
-                path: '/venDataDetail',
-                name: ' 通风系统系统数据',
-                id: 1041,
-                component: () =>
-                    import ('../views/ventilate/venDataDetail.vue'),
-                hidden: true,
+            path: '/coal_mining',
+            name: ' 采煤工作面',
+            id: 100,
+            component: () =>
+                import('../views/mining/mining.vue'),
+            hidden: false,
 
-            },
-            {
-                path: '/firstVentilator',
-                name: ' 一号通风机',
-                id: 1040,
-                component: () =>
-                    import ('../views/ventilate/firstVentilator.vue'),
-                hidden: true,
+        }, {
+            path: '/coalcutter',
+            name: ' 采煤机页面',
+            id: 1001,
+            component: () =>
+                import('../views/mining/coalcutter.vue'),
+            hidden: true,
+        }, {
+            path: '/main_pump',
+            name: ' 采煤机本体页面',
+            id: 1002,
+            component: () =>
+                import('../views/mining/main_pump.vue'),
+            hidden: true,
+        }, {
+            path: '/miningdataQualityDevice',
+            name: ' 设备',
+            id: 1003,
+            component: () =>
+                import('../views/mining/dataStandard/dataQualityDevice.vue'),
+            hidden: true,
+        },
+        {
+            id: 1004,
+            name: '子设备',
+            path: '/miningdataQualitySubdevice',
+            hidden: true,
+            component: () =>
+                import('../views/mining/dataStandard/dataQualitySubdevice.vue'),
 
-            }, 
-            {
-                id: 1042,
-                name: '设备',
-                path: '/vendataQualityDevice',
-                hidden: true,
-                component:() =>
-                import ('../views/ventilate/dataStandard/dataQualityDevice.vue'),
-                
-            }, {
-                id: 1043,
-                name: '子设备',
-                path: '/vendataQualitySubdevice',
-                hidden: true,
-                component:() =>
-                import ('../views/ventilate/dataStandard/dataQualitySubdevice.vue'),
-                 
-            }, {
-                id: 1044,
-                name: '测点',
-                path: '/vendataQualityMeasurePoint',
-                hidden: true,
-                component: () =>
-                import ('../views/ventilate/dataStandard/dataQualityMeasurePoint.vue'),
-            },{
-                path: '/compressed',
-                name: ' 压风系统',
-                id: 105,
-                component: () =>
-                    import ('../views/compressed/compressed.vue'),
-                hidden: false,
-               
-
-            }, {
-                path: '/drain',
-                name: ' 主排水系统',
-                id: 106,
-                component: () =>
-                    import ('../views/drain/drain.vue'),
-                hidden: false,
-            },
-            {
-                id: 1060,
-                name: '设备',
-                path: '/draindataQualityDevice',
-                hidden: true,
-                component:() =>
-                import ('../views/drain/dataStandard/dataQualityDevice.vue'),
-                
-            }, {
-                id: 1061,
-                name: '子设备',
-                path: '/draindataQualitySubdevice',
-                hidden: true,
-                component:() =>
-                import ('../views/drain/dataStandard/dataQualitySubdevice.vue'),
-                 
-            }, {
-                id: 1062,
-                name: '测点',
-                path: '/draindataQualityMeasurePoint',
-                hidden: true,
-                component: () =>
-                import ('../views/drain/dataStandard/dataQualityMeasurePoint.vue'),
-            },
-            {
-                path: '/power_supply',
-                name: ' 供电系统',
-                id: 107,
-                component: () =>
-                    import ('../views/power_supply/power.vue'),
-                hidden: false,
-                children: [
-                    {
-                        path: 'tablePage',
-                        hidden: true,
-                        component: () => import ('@/views/power_supply/configImg/TablePage.vue')
-                    },
-                    {
-                        path: 'panelPage',
-                        hidden: true,
-                        component: () => import ('@/views/power_supply/configImg/PanelPage.vue')
-                    }
-                ]
-            },
-            {
-                id: 1070,
-                name: '设备',
-                path: '/powerdataQualityDevice',
-                hidden: true,
-                component:() =>
-                import ('../views/power_supply/dataStandard/dataQualityDevice.vue'),
-                
-            }, {
-                id: 1071,
-                name: '子设备',
-                path: '/powerdataQualitySubdevice',
-                hidden: true,
-                component:() =>
-                import ('../views/power_supply/dataStandard/dataQualitySubdevice.vue'),
-                 
-            }, {
-                id: 1072,
-                name: '测点',
-                path: '/powerdataQualityMeasurePoint',
-                hidden: true,
-                component: () =>
-                import ('../views/power_supply/dataStandard/dataQualityMeasurePoint.vue'),
-            },
-            
-            {
-                path: '/auxiliary_transport',
-                name: ' 辅运输系统',
-                id: 108,
-                component: () =>
-                    import ('../views/auxiliary_transport/auxiliarytrans.vue'),
-                hidden: false,
-
-            },
-            {
-                id: 1080,
-                name: '设备',
-                path: '/auxdataQualityDevice',
-                hidden: true,
-                component:() =>
-                import ('../views/auxiliary_transport/dataStandard/dataQualityDevice.vue'),
-                
-            }, {
-                id: 1081,
-                name: '子设备',
-                path: '/auxdataQualitySubdevice',
-                hidden: true,
-                component:() =>
-                import ('../views/auxiliary_transport/dataStandard/dataQualitySubdevice.vue'),
-                 
-            }, {
-                id: 1082,
-                name: '测点',
-                path: '/auxdataQualityMeasurePoint',
-                hidden: true,
-                component: () =>
-                import ('../views/auxiliary_transport/dataStandard/dataQualityMeasurePoint.vue'),
-            }, {
-                path: '/beam_tube',
-                name: ' 束管检测',
-                id: 109,
-                component: () =>
-                    import ('../views/beam_tube/beam.vue'),
-                hidden: false,
-            },
-            {
-                id: 1090,
-                name: '设备',
-                path: '/beamdataQualityDevice',
-                hidden: true,
-                component:() =>
-                import ('../views/beam_tube/dataStandard/dataQualityDevice.vue'),
-                
-            }, {
-                id: 1091,
-                name: '子设备',
-                path: '/beamdataQualitySubdevice',
-                hidden: true,
-                component:() =>
-                import ('../views/beam_tube/dataStandard/dataQualitySubdevice.vue'),
-                 
-            }, {
-                id: 1092,
-                name: '测点',
-                path: '/beamdataQualityMeasurePoint',
-                hidden: true,
-                component: () =>
-                import ('../views/beam_tube/dataStandard/dataQualityMeasurePoint.vue'),
-            },
-            {
-                path: '/gas',
-                name: ' 瓦斯抽放设备',
-                id: 110,
-                component: () =>
-                    import ('../views/gas/gas.vue'),
-                hidden: false,
-
-            }, {
-                id: 1100,
-                name: '设备',
-                path: '/gasdataQualityDevice',
-                hidden: true,
-                component:() =>
-                import ('../views/gas/dataQualityDevice.vue'),
-                
-            }, {
-                id: 1101,
-                name: '子设备',
-                path: '/gasdataQualitySubdevice',
-                hidden: true,
-                component:() =>
-                import ('../views/gas/dataQualitySubdevice.vue'),
-                 
-            }, {
-                id: 1102,
-                name: '测点',
-                path: '/gasdataQualityMeasurePoint',
-                hidden: true,
-                component: () =>
-                import ('../views/gas/dataQualityMeasurePoint.vue'),
-            },
-            {
-                path: '/dataDetail',
-                name: 'dataDetail_chart',
-                id: 1104,
-                component: () =>
-                    import ('../views/gas/dataDetail.vue'),
-                hidden: true,
+        }, {
+            id: 1005,
+            name: '测点',
+            path: '/miningdataQualityMeasurePoint',
+            hidden: true,
+            component: () =>
+                import('../views/mining/dataStandard/dataQualityMeasurePoint.vue'),
+        },
+        {
+            path: '/tunnelling',
+            name: ' 掘进工作面',
+            id: 101,
+            component: () =>
+                import('../views/tunnelling/tunnelling.vue'),
+            hidden: false,
 
-            }, {
-                path: '/gasCheckPoint',
-                name: ' 瓦斯抽放测点',
-                id: 1105,
-                component: () =>
-                    import ('../views/gas/gasCheckPoint.vue'),
-                hidden: true,
+        },
+        {
+            path: '/tunneldataQualityDevice',
+            name: ' 设备',
+            id: 1010,
+            component: () =>
+                import('../views/tunnelling/dataStandard/dataQualityDevice.vue'),
+            hidden: true,
+        },
+        {
+            id: 1011,
+            name: '子设备',
+            path: '/tunneldataQualitySubdevice',
+            hidden: true,
+            component: () =>
+                import('../views/tunnelling/dataStandard/dataQualitySubdevice.vue'),
 
-            }, {
-                path: '/personnel_location',
-                name: ' 人员定位',
-                id: 111,
-                component: () =>
-                    import ('../views/personnel_location/location.vue'),
-                hidden: false,
-
-            },{
-                id: 1110,
-                name: '设备',
-                path: '/persondataQualityDevice',
-                hidden: true,
-                component:() =>
-                import ('../views/personnel_location/dataStandard/dataQualityDevice.vue'),
-                
-            }, {
-                id: 1111,
-                name: '子设备',
-                path: '/persondataQualitySubdevice',
-                hidden: true,
-                component:() =>
-                import ('../views/personnel_location/dataStandard/dataQualitySubdevice.vue'),
-                 
-            }, {
-                id: 1112,
-                name: '测点',
-                path: '/persondataQualityMeasurePoint',
+        }, {
+            id: 1012,
+            name: '测点',
+            path: '/tunneldataQualityMeasurePoint',
+            hidden: true,
+            component: () =>
+                import('../views/tunnelling/dataStandard/dataQualityMeasurePoint.vue'),
+        }, {
+            path: '/monitor',
+            name: ' 安全监控',
+            id: 102,
+            component: () =>
+                import('../views/monitor/monitor.vue'),
+            hidden: false,
+
+        }, {
+            path: '/checkSubSys',
+            name: '查看子系统',
+            id: 1020,
+            hidden: true,
+            component: () =>
+                import('../views/monitor/checkSubSys.vue')
+        }, {
+            path: '/checkCheckPoint',
+            name: '查看测点数据',
+            id: 1021,
+            hidden: true,
+            component: () =>
+                import('../views/monitor/checkCheckPoint.vue')
+        }, {
+            path: '/monitorDetail',
+            name: '查看测点数据',
+            id: 1022,
+            hidden: true,
+            component: () =>
+                import('../views/monitor/detail.vue')
+        }, {
+            path: '/monitorThreshold',
+            name: '查看超标数据',
+            id: 1024,
+            hidden: true,
+            component: () =>
+                import('../views/monitor/monitorThreshold.vue')
+        }, {
+            id: 1025,
+            name: '设备',
+            path: '/monitordataQualityDevice',
+            hidden: true,
+            component: () =>
+                import('../views/monitor/dataStandard/dataQualityDevice.vue'),
+
+        }, {
+            id: 1026,
+            name: '子设备',
+            path: '/monitordataQualitySubdevice',
+            hidden: true,
+            component: () =>
+                import('../views/monitor/dataStandard/dataQualitySubdevice.vue'),
+
+        }, {
+            id: 1027,
+            name: '测点',
+            path: '/monitordataQualityMeasurePoint',
+            hidden: true,
+            component: () =>
+                import('../views/monitor/dataStandard/dataQualityMeasurePoint.vue'),
+        }, {
+            path: '/transportation',
+            name: ' 主运输系统',
+            id: 103,
+            component: () =>
+                import('../views/transportation/transportation.vue'),
+            hidden: false,
+            children: [
+                {
+                    path: 'mainpage',
+                    name: '主页面',
+                    hidden: false,
+                    component: () => import('@/views/transportation/configImg/analysis'),
+                },
+                {
+                    path: 'belt/:id/:title',
+                    name: '皮带',
+                    hidden: false,
+                    component: () => import('@/views/transportation/configImg/belt'),
+                }
+            ],
+        }, {
+            path: '/coalCentral',
+            name: ' 煤中央皮带',
+            id: 1030,
+            component: () =>
+                import('../views/transportation/subSystem/coalCentral.vue'),
+            hidden: true,
+        },
+        {
+            path: '/belt_body',
+            name: ' 皮带本体',
+            id: 10300,
+            component: () =>
+                import('../views/transportation/subSystem/belt_body.vue'),
+            hidden: true,
+        },
+        {
+            path: '/detail',
+            name: ' 详细信息',
+            id: 103001,
+            component: () =>
+                import('../views/transportation/subSystem/beltbody/detail.vue'),
+            hidden: true,
+        },
+        {
+            path: '/threshold',
+            name: ' 超出阈值',
+            id: 103002,
+            component: () =>
+                import('../views/transportation/subSystem/threshold.vue'),
+            hidden: true,
+        },
+        {
+            path: '/mainAdit',
+            name: ' 主平硐皮带',
+            id: 1031,
+            component: () =>
+                import('../views/transportation/subSystem/mainAdit.vue'),
+            hidden: true,
+        },
+        {
+            path: '/warehouse',
+            name: ' 上仓皮带',
+            id: 1032,
+            component: () =>
+                import('../views/transportation/subSystem/warehouse.vue'),
+            hidden: true,
+        }, {
+            path: '/ventilate',
+            name: ' 通风系统',
+            id: 104,
+            component: () =>
+                import('../views/ventilate/ventilate.vue'),
+            hidden: false,
+            children: [
+                {
+                    path: 'zutai',
+                    hidden: true,
+                    component: () => import('@/views/ventilate/configImg/zutai.vue')
+                },
+                {
+                    path: 'mven_one_sysData',
+                    hidden: true,
+                    component: () => import('@/views/ventilate/configImg/mven_one_sysData.vue')
+                },
+                {
+                    path: 'mven_two_sysData',
+                    hidden: true,
+                    component: () => import('@/views/ventilate/configImg/mven_two_sysData.vue')
+                }
+            ]
+
+        },
+        {
+            path: '/venDataDetail',
+            name: ' 通风系统系统数据',
+            id: 1041,
+            component: () =>
+                import('../views/ventilate/venDataDetail.vue'),
+            hidden: true,
+
+        },
+        {
+            path: '/firstVentilator',
+            name: ' 一号通风机',
+            id: 1040,
+            component: () =>
+                import('../views/ventilate/firstVentilator.vue'),
+            hidden: true,
+
+        },
+        {
+            id: 1042,
+            name: '设备',
+            path: '/vendataQualityDevice',
+            hidden: true,
+            component: () =>
+                import('../views/ventilate/dataStandard/dataQualityDevice.vue'),
+
+        }, {
+            id: 1043,
+            name: '子设备',
+            path: '/vendataQualitySubdevice',
+            hidden: true,
+            component: () =>
+                import('../views/ventilate/dataStandard/dataQualitySubdevice.vue'),
+
+        }, {
+            id: 1044,
+            name: '测点',
+            path: '/vendataQualityMeasurePoint',
+            hidden: true,
+            component: () =>
+                import('../views/ventilate/dataStandard/dataQualityMeasurePoint.vue'),
+        }, {
+            path: '/compressed',
+            name: ' 压风系统',
+            id: 105,
+            component: () =>
+                import('../views/compressed/compressed.vue'),
+            hidden: false,
+
+
+        }, {
+            path: '/drain',
+            name: ' 主排水系统',
+            id: 106,
+            component: () =>
+                import('../views/drain/drain.vue'),
+            hidden: false,
+        },
+        {
+            id: 1060,
+            name: '设备',
+            path: '/draindataQualityDevice',
+            hidden: true,
+            component: () =>
+                import('../views/drain/dataStandard/dataQualityDevice.vue'),
+
+        }, {
+            id: 1061,
+            name: '子设备',
+            path: '/draindataQualitySubdevice',
+            hidden: true,
+            component: () =>
+                import('../views/drain/dataStandard/dataQualitySubdevice.vue'),
+
+        }, {
+            id: 1062,
+            name: '测点',
+            path: '/draindataQualityMeasurePoint',
+            hidden: true,
+            component: () =>
+                import('../views/drain/dataStandard/dataQualityMeasurePoint.vue'),
+        },
+        {
+            path: '/power_supply',
+            name: ' 供电系统',
+            id: 107,
+            component: () =>
+                import('../views/power_supply/power.vue'),
+            hidden: false,
+            children: [
+                {
+                    path: 'tablePage',
+                    hidden: true,
+                    component: () => import('@/views/power_supply/configImg/TablePage.vue')
+                },
+                {
+                    path: 'panelPage',
+                    hidden: true,
+                    component: () => import('@/views/power_supply/configImg/PanelPage.vue')
+                }
+            ]
+        },
+        {
+            id: 1070,
+            name: '设备',
+            path: '/powerdataQualityDevice',
+            hidden: true,
+            component: () =>
+                import('../views/power_supply/dataStandard/dataQualityDevice.vue'),
+
+        }, {
+            id: 1071,
+            name: '子设备',
+            path: '/powerdataQualitySubdevice',
+            hidden: true,
+            component: () =>
+                import('../views/power_supply/dataStandard/dataQualitySubdevice.vue'),
+
+        }, {
+            id: 1072,
+            name: '测点',
+            path: '/powerdataQualityMeasurePoint',
+            hidden: true,
+            component: () =>
+                import('../views/power_supply/dataStandard/dataQualityMeasurePoint.vue'),
+        },
+
+        {
+            path: '/auxiliary_transport',
+            name: ' 辅运输系统',
+            id: 108,
+            component: () =>
+                import('../views/auxiliary_transport/auxiliarytrans.vue'),
+            hidden: false,
+
+        },
+        {
+            id: 1080,
+            name: '设备',
+            path: '/auxdataQualityDevice',
+            hidden: true,
+            component: () =>
+                import('../views/auxiliary_transport/dataStandard/dataQualityDevice.vue'),
+
+        }, {
+            id: 1081,
+            name: '子设备',
+            path: '/auxdataQualitySubdevice',
+            hidden: true,
+            component: () =>
+                import('../views/auxiliary_transport/dataStandard/dataQualitySubdevice.vue'),
+
+        }, {
+            id: 1082,
+            name: '测点',
+            path: '/auxdataQualityMeasurePoint',
+            hidden: true,
+            component: () =>
+                import('../views/auxiliary_transport/dataStandard/dataQualityMeasurePoint.vue'),
+        }, {
+            path: '/beam_tube',
+            name: ' 束管检测',
+            id: 109,
+            component: () =>
+                import('../views/beam_tube/beam.vue'),
+            hidden: false,
+        },
+        {
+            id: 1090,
+            name: '设备',
+            path: '/beamdataQualityDevice',
+            hidden: true,
+            component: () =>
+                import('../views/beam_tube/dataStandard/dataQualityDevice.vue'),
+
+        }, {
+            id: 1091,
+            name: '子设备',
+            path: '/beamdataQualitySubdevice',
+            hidden: true,
+            component: () =>
+                import('../views/beam_tube/dataStandard/dataQualitySubdevice.vue'),
+
+        }, {
+            id: 1092,
+            name: '测点',
+            path: '/beamdataQualityMeasurePoint',
+            hidden: true,
+            component: () =>
+                import('../views/beam_tube/dataStandard/dataQualityMeasurePoint.vue'),
+        },
+        {
+            path: '/gas',
+            name: ' 瓦斯抽放设备',
+            id: 110,
+            component: () =>
+                import('../views/gas/gas.vue'),
+            hidden: false,
+            children: [{
+                path: 'mainpage',
                 hidden: true,
-                component: () =>
-                import ('../views/personnel_location/dataStandard/dataQualityMeasurePoint.vue'),
-            },
-            {
-                id: 112,
-                name: '术语表',
-                path: '/term',
-                hidden: false,
-                component: () =>
-                import ('../views/term/term.vue'),
-            },
+                component: () => import('@/views/gas/configImg/index.vue')
+            },]
+        }, {
+            id: 1100,
+            name: '设备',
+            path: '/gasdataQualityDevice',
+            hidden: true,
+            component: () =>
+                import('../views/gas/dataQualityDevice.vue'),
+
+        }, {
+            id: 1101,
+            name: '子设备',
+            path: '/gasdataQualitySubdevice',
+            hidden: true,
+            component: () =>
+                import('../views/gas/dataQualitySubdevice.vue'),
+
+        }, {
+            id: 1102,
+            name: '测点',
+            path: '/gasdataQualityMeasurePoint',
+            hidden: true,
+            component: () =>
+                import('../views/gas/dataQualityMeasurePoint.vue'),
+        },
+        {
+            path: '/dataDetail',
+            name: 'dataDetail_chart',
+            id: 1104,
+            component: () =>
+                import('../views/gas/dataDetail.vue'),
+            hidden: true,
+
+        }, {
+            path: '/gasCheckPoint',
+            name: ' 瓦斯抽放测点',
+            id: 1105,
+            component: () =>
+                import('../views/gas/gasCheckPoint.vue'),
+            hidden: true,
+
+        }, {
+            path: '/personnel_location',
+            name: ' 人员定位',
+            id: 111,
+            component: () =>
+                import('../views/personnel_location/location.vue'),
+            hidden: false,
+
+        }, {
+            id: 1110,
+            name: '设备',
+            path: '/persondataQualityDevice',
+            hidden: true,
+            component: () =>
+                import('../views/personnel_location/dataStandard/dataQualityDevice.vue'),
+
+        }, {
+            id: 1111,
+            name: '子设备',
+            path: '/persondataQualitySubdevice',
+            hidden: true,
+            component: () =>
+                import('../views/personnel_location/dataStandard/dataQualitySubdevice.vue'),
+
+        }, {
+            id: 1112,
+            name: '测点',
+            path: '/persondataQualityMeasurePoint',
+            hidden: true,
+            component: () =>
+                import('../views/personnel_location/dataStandard/dataQualityMeasurePoint.vue'),
+        },
+        {
+            id: 112,
+            name: '术语表',
+            path: '/term',
+            hidden: false,
+            component: () =>
+                import('../views/term/term.vue'),
+        },
         ]
     },
 

+ 2 - 5
src/views/gas/configImg/center.vue

@@ -10,15 +10,12 @@
         </div>
         <div class="ml-3 colorBlue fw-b fs-xl">
           <p>
-            瓦斯泵平均功率:
-         </p>
-         <p>
-           {{this.avgpower}} w
+            瓦斯泵平均功率:{{this.avgpower}} w
          </p>
         </div>
         <div class="ml-3 colorBlue fw-b fs-xl">
           <p>
-            管道瓦斯含量:   {{this.getres()[this.int].Pipe.GasConcentration}}
+            管道瓦斯含量:{{this.getres()[this.int].Pipe.GasConcentration}}
           </p>
         </div>
         

+ 2 - 2
src/views/gas/configImg/index.vue

@@ -638,8 +638,8 @@ export default {
 @import "@/assets/scss/index.scss";
 @import '@/assets/scss/style.scss';
 #appp {
-  width: 1250px;
-  height: 730px;
+  width: 1700px;
+  height: 800px;
   background-color: #14162b;
   overflow: hidden;
 }