浏览代码

综合参数一张表修改-提交

lxh 3 月之前
父节点
当前提交
202890f5af

+ 28 - 0
src/views/vent/deviceManager/riskSetting/index.vue

@@ -0,0 +1,28 @@
+<template>
+    <div class="risk-setting">
+        <a-table :columns="columns" size="small" :data-source="tableData" :scroll="{ y: 500 }" class="tableW"
+                :pagination="pagination">
+                <template #action="{ record }">
+                   
+                </template>
+                <template #bodyCell="{ column, text }">
+                    
+
+                </template>
+            </a-table>
+    </div>
+</template>
+
+<script setup lang="ts">
+import {ref,reactive,onMounted} from 'vue'
+import {getDisasterProportion} from './riskSetting.api'
+// import {columns,pagination} from './riskSetting.data'
+
+let tableData=ref<any[]>([])
+</script>
+
+<style lang="less" scoped>
+.risk-setting{
+
+}
+</style>

+ 14 - 0
src/views/vent/deviceManager/riskSetting/riskSetting.api.ts

@@ -0,0 +1,14 @@
+import { defHttp } from '/@/utils/http/axios';
+
+
+enum Api {
+    getDisasterProportion = '/safety/ventanalyAlarmLog/getDisasterProportion',//查询各种灾害风险比重
+  }
+
+
+/**
+ * 查询各种灾害风险比重
+ * @param params
+ */
+export const getDisasterProportion = () => defHttp.post({ url: Api.getDisasterProportion },);
+

+ 64 - 0
src/views/vent/deviceManager/riskSetting/riskSetting.data.ts

@@ -0,0 +1,64 @@
+import { BasicColumn } from '/@/components/Table';
+export const gaspatrolColumnsOne : BasicColumn[] = [
+    {
+        title: '序号',
+        width: 60,
+        align: 'center',
+        customRender: ({ index }: { index: number }) => `${index + 1}`
+    },
+    {
+        title: '地点',
+        dataIndex: 'strInstallPos',
+        key: 'strInstallPos',
+        align: 'center',
+    },
+    {
+        title: 'CH4(%)',
+        dataIndex: 'ch4One',
+        key: 'ch4One',
+        align: 'center',
+    },
+    {
+        title: 'CO2(%)',
+        dataIndex: 'co2One',
+        key: 'co2One',
+        align: 'center',
+    },
+    {
+        title: 'CO(ppm)',
+        dataIndex: 'coOne',
+        key: 'coOne',
+        align: 'center',
+    },
+    {
+        title: 'O2(%)',
+        dataIndex: 'o2One',
+        key: 'o2One',
+        align: 'center',
+    },
+    {
+        title: '温度(°C)',
+        dataIndex: 'tOne',
+        key: 'tOne',
+        align: 'center',
+    },
+    {
+        title: '时间',
+        dataIndex: 'timeOne',
+        key: 'timeOne',
+        align: 'center',
+    },
+    {
+        title: '瓦检员',
+        dataIndex: 'checkPerson',
+        key: 'checkPerson',
+        align: 'center',
+    },
+    {
+        title: '操作',
+        dataIndex: 'action',
+        width: 200,
+        align: 'center',
+        slots: { customRender: 'action' },
+    },
+];

+ 12 - 12
src/views/vent/monitorManager/deviceMonitor/staticSheets/commonSheet.vue

@@ -117,31 +117,31 @@
           </tr>
           <tr height="30">
             <td colspan="10" class="et66">绝对瓦斯涌出量</td>
-            <td colspan="7" class="et66">29.92m³/min</td>
+            <td colspan="7" class="et66">29.45m³/min</td>
             <td colspan="14" class="et66">抽放泵站地点</td>
             <td colspan="8" class="et66">抽放工作面</td>
             <td colspan="12" class="et66">设备型号</td>
           </tr>
           <tr height="30">
             <td colspan="10" class="et66">相对瓦斯涌出量</td>
-            <td colspan="7" class="et66">0.83m³/t</td>
-            <td colspan="14" class="et66">二水平中部辅运大巷1860米</td>
-            <td colspan="8" class="et66">42205综放面</td>
-            <td colspan="12" class="et66">ZWY270/355</td>
+            <td colspan="7" class="et66">0.72m³/t</td>
+            <td colspan="14" class="et66">12煤组辅运大巷485米处</td>
+            <td colspan="8" class="et66">12上302综放面</td>
+            <td colspan="12" class="et66">ZWY300/355</td>
           </tr>
           <tr height="30">
             <td colspan="10" class="et66">综采最大涌出量</td>
-            <td colspan="7" class="et66">3.16m³/min</td>
-            <td colspan="14" class="et66">12煤组辅运大巷480米</td>
-            <td colspan="8" class="et66">12上302综放面</td>
+            <td colspan="7" class="et66">3.40m³/min</td>
+            <td colspan="14" class="et66">22煤二盘区辅运大巷4000米</td>
+            <td colspan="8" class="et66">12210综放面</td>
             <td colspan="12" class="et66">ZWY300/355</td>
           </tr>
           <tr height="30">
             <td colspan="10" class="et66">掘进最大涌出量</td>
-            <td colspan="7" class="et66">0.68m³/min</td>
-            <td colspan="14" class="et66">12煤二盘区辅运大巷1280米</td>
-            <td colspan="8" class="et66">12201综采面</td>
-            <td colspan="12" class="et66">ZWY300/355</td>
+            <td colspan="7" class="et66">0.83m³/min</td>
+            <td colspan="14" class="et66">42煤二盘区1760米处</td>
+            <td colspan="8" class="et66">42205综放面</td>
+            <td colspan="12" class="et66">ZWY270/355</td>
           </tr>
           <tr height="28">
             <td colspan="51" rowspan="2" class="et12"

+ 1 - 1
src/views/vent/monitorManager/deviceMonitor/staticSheets/gasSheet.vue

@@ -31,7 +31,7 @@
           </tr>
           <tr height="30">
             <td colspan="10" class="et42">绝对瓦斯涌出量</td>
-            <td colspan="7" class="et42">29.45 m3/min</td>
+            <td colspan="7" class="et42">29.45 m³/min</td>
             <td colspan="14" class="et42">抽放泵站地点</td>
             <td colspan="8" class="et42">抽放工作面</td>
             <td colspan="12" class="et42">设备型号</td>