Browse Source

预警管控-瓦斯参数修改-提交

lxh 6 months ago
parent
commit
547f117304
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/vent/monitorManager/alarmMonitor/common/gasParamter.vue

+ 4 - 4
src/views/vent/monitorManager/alarmMonitor/common/gasParamter.vue

@@ -16,9 +16,9 @@
 <script setup lang="ts">
 import { ref, reactive } from 'vue'
 let tableData = ref<any[]>([
-    { name: '相对瓦斯涌出量', value: '0.83m³/t', address: '二水平中部辅运大巷1860米', work: '42205综放面', code: 'ZWY270/355' },
-    { name: '综采最大涌出量', value: '3.16m³/min', address: '12煤组辅运大巷480米', work: '12上302综放面', code: 'ZWY300/355' },
-    { name: '掘进最大涌出量', value: '0.68m³/min', address: '12煤二盘区辅运大巷1280米', work: '12201综采面', code: 'ZWY300/355' },
+    { name: '相对瓦斯涌出量', value: '8.18m³/t', address: '1475移动式瓦斯抽采泵站', work: '16219-1综放工作面', code: '2Be1-405' },
+    { name: '综采最大涌出量', value: '2.51m³/min', address: '六采区进风大巷移动式瓦斯抽采泵站', work: '16120油页岩工作面', code: 'ZWY120/160G' },
+    { name: '掘进最大涌出量', value: '0.59m³/min', address: '', work: '', code: '' },
 ])
 
 let columns = reactive([
@@ -35,7 +35,7 @@ let columns = reactive([
                         align: 'center',
                     },
                     {
-                        title: '29.92m³/min',
+                        title: '20.65m³/min',
                         dataIndex: 'value',
                         key: 'value',
                         align: 'center'