Browse Source

[Feat 0000]羊马河主扇故障诊断功能

bobo04052021@163.com 3 days ago
parent
commit
86a387843c

BIN
src/assets/images/vent/fault1.png


BIN
src/assets/images/vent/fault2.png


BIN
src/assets/images/vent/fault3.png


+ 1 - 1
src/views/vent/deviceManager/comment/warningTabel/warning.data.ts

@@ -54,7 +54,7 @@ export const levelColumns: BasicColumn[] = [
     // editRule: true,
     // editComponent: 'ApiSelect',
     // editComponentProps: { api: initDictOptions.bind(null, 'alarm_type'), labelField: 'label', valueField: 'value' },
-    dataIndex: 'alarm_type',
+    dataIndex: 'alarmType',
     editRow: true,
     editRule: true,
     width: 100,

File diff suppressed because it is too large
+ 639 - 690
src/views/vent/monitorManager/mainFanMonitor/index.vue


+ 2 - 0
src/views/vent/monitorManager/mainFanMonitor/main.api.ts

@@ -12,6 +12,7 @@ enum Api {
   lineAdd = '/Vmodel/ventanalyModelFanChart/add',
   lineEdit = '/Vmodel/ventanalyModelFanChart/edit',
   pointMonitor = '/monitor/onedevice',
+  getFaultDiagnosis = '/monitor/getFaultDiagnosis',
 }
 /**
  * 导出api
@@ -48,3 +49,4 @@ export const deviceList = (params) => defHttp.get({ url: Api.deviceList, params
 export const lineList = (params) => defHttp.get({ url: Api.lineList, params });
 
 export const pointMonitor = (params) => defHttp.post({ url: Api.pointMonitor, params });
+export const getFaultDiagnosis = (params) => defHttp.post({ url: Api.getFaultDiagnosis, params });

Some files were not shown because too many files changed in this diff