Forráskód Böngészése

[Feat 0000]预警分析模块调整

bobo04052021@163.com 5 hónapja
szülő
commit
1bed203df9

+ 3 - 2
src/views/analysis/warningAnalysis/airLeakStatus/airLeakStatus.data.ts

@@ -91,6 +91,7 @@ export const historyColumns: BasicColumn[] = [
   {
     title: '区域',
     dataIndex: 'areaName',
+    width: 100,
   },
   {
     title: '煤矿名称',
@@ -114,12 +115,12 @@ export const historyColumns: BasicColumn[] = [
   },
   {
     title: '密闭内压力',
-    dataIndex: 'interPressure',
+    dataIndex: 'sourcePressure',
     width: 100,
   },
   {
     title: '密闭外压力',
-    dataIndex: 'outerPressure',
+    dataIndex: 'sourcePressure',
     width: 100,
   },
   {

+ 7 - 7
src/views/analysis/warningAnalysis/airLeakStatus/index.vue

@@ -212,13 +212,13 @@ const [registerHistoryTable] = useTable({
   useSearchForm: true,
   bordered: true,
   showIndexColumn: false,
-  actionColumn: {
-    width: 60,
-    title: '操作',
-    dataIndex: 'action',
-    slots: { customRender: 'action' },
-    fixed: undefined,
-  },
+  // actionColumn: {
+  //   width: 60,
+  //   title: '操作',
+  //   dataIndex: 'action',
+  //   slots: { customRender: 'action' },
+  //   fixed: undefined,
+  // },
 });
 
 // 弹窗引用

+ 14 - 14
src/views/analysis/warningAnalysis/autoFireAnalysis/index.vue

@@ -118,13 +118,13 @@ const [registerTable] = useTable({
   useSearchForm: true,
   bordered: true,
   showIndexColumn: false,
-  actionColumn: {
-    width: 60,
-    title: '操作',
-    dataIndex: 'action',
-    slots: { customRender: 'action' },
-    fixed: undefined,
-  },
+  // actionColumn: {
+  //   width: 60,
+  //   title: '操作',
+  //   dataIndex: 'action',
+  //   slots: { customRender: 'action' },
+  //   fixed: undefined,
+  // },
 });
 
 // 注册历史数据表格
@@ -213,13 +213,13 @@ const [registerHistoryTable] = useTable({
   useSearchForm: true,
   bordered: true,
   showIndexColumn: false,
-  actionColumn: {
-    width: 60,
-    title: '操作',
-    dataIndex: 'action',
-    slots: { customRender: 'action' },
-    fixed: undefined,
-  },
+  // actionColumn: {
+  //   width: 60,
+  //   title: '操作',
+  //   dataIndex: 'action',
+  //   slots: { customRender: 'action' },
+  //   fixed: undefined,
+  // },
 });
 
 // 弹窗引用

+ 1 - 6
src/views/analysis/warningAnalysis/fireAreaJudgeAnalysis/fireAreaJudgeAnalysis.data.ts

@@ -53,7 +53,7 @@ export const columns: BasicColumn[] = [
   },
   {
     title: '自燃倾向性',
-    dataIndex: 'riskLevel',
+    dataIndex: 'coalSeamLevel',
     width: 100,
   },
   {
@@ -101,11 +101,6 @@ export const columns: BasicColumn[] = [
     dataIndex: 'createTime',
     width: 100,
   },
-  {
-    title: '是否解决',
-    dataIndex: 'isResolved',
-    width: 100,
-  },
 ];
 
 export const searchFormSchema: FormSchema[] = [

+ 7 - 7
src/views/analysis/warningAnalysis/fireAreaJudgeAnalysis/index.vue

@@ -109,13 +109,13 @@ const [registerTable] = useTable({
   useSearchForm: true,
   bordered: true,
   showIndexColumn: false,
-  actionColumn: {
-    width: 120,
-    title: '详情',
-    dataIndex: 'action',
-    slots: { customRender: 'action' },
-    fixed: undefined,
-  },
+  // actionColumn: {
+  //   width: 120,
+  //   title: '详情',
+  //   dataIndex: 'action',
+  //   slots: { customRender: 'action' },
+  //   fixed: undefined,
+  // },
 });
 
 // 注册历史数据表格

+ 7 - 7
src/views/analysis/warningAnalysis/overlimitAlarm/index.vue

@@ -213,13 +213,13 @@ const [registerHistoryTable] = useTable({
   useSearchForm: true,
   bordered: true,
   showIndexColumn: false,
-  actionColumn: {
-    width: 60,
-    title: '操作',
-    dataIndex: 'action',
-    slots: { customRender: 'action' },
-    fixed: undefined,
-  },
+  // actionColumn: {
+  //   width: 60,
+  //   title: '操作',
+  //   dataIndex: 'action',
+  //   slots: { customRender: 'action' },
+  //   fixed: undefined,
+  // },
 });
 
 // 弹窗引用

+ 7 - 7
src/views/analysis/warningAnalysis/pressureDiffAnalysis/index.vue

@@ -231,13 +231,13 @@ const [registerHistoryTable] = useTable({
   useSearchForm: true,
   bordered: true,
   showIndexColumn: false,
-  actionColumn: {
-    width: 120,
-    title: '操作',
-    dataIndex: 'action',
-    slots: { customRender: 'action' },
-    fixed: undefined,
-  },
+  // actionColumn: {
+  //   width: 120,
+  //   title: '操作',
+  //   dataIndex: 'action',
+  //   slots: { customRender: 'action' },
+  //   fixed: undefined,
+  // },
 });
 
 // 弹窗引用

+ 13 - 13
src/views/analysis/warningAnalysis/sealRiskJudgeAnalysis/index.vue

@@ -120,12 +120,12 @@ const [registerTable] = useTable({
   useSearchForm: true,
   bordered: true,
   showIndexColumn: false,
-  actionColumn: {
-    width: 60,
-    title: '操作',
-    dataIndex: 'action',
-    slots: { customRender: 'action' },
-  },
+  // actionColumn: {
+  //   width: 60,
+  //   title: '操作',
+  //   dataIndex: 'action',
+  //   slots: { customRender: 'action' },
+  // },
 });
 
 // 注册历史数据表格
@@ -214,13 +214,13 @@ const [registerHistoryTable] = useTable({
   useSearchForm: true,
   bordered: true,
   showIndexColumn: false,
-  actionColumn: {
-    width: 60,
-    title: '操作',
-    dataIndex: 'action',
-    slots: { customRender: 'action' },
-    fixed: undefined,
-  },
+  // actionColumn: {
+  //   width: 60,
+  //   title: '操作',
+  //   dataIndex: 'action',
+  //   slots: { customRender: 'action' },
+  //   fixed: undefined,
+  // },
 });
 
 // 弹窗引用